Home
last modified time | relevance | path

Searched refs:targetGroupMask (Results 1 – 5 of 5) sorted by relevance

/chre-3.4.0/platform/slpi/see/
Dplatform_sensor_manager.cc266 void postSensorBiasEvent(uint8_t sensorType, uint16_t targetGroupMask, in postSensorBiasEvent() argument
270 sensorType, 0 /* sensorIndex */, targetGroupMask, &sensorHandle)) { in postSensorBiasEvent()
323 uint16_t targetGroupMask, const sns_std_suid &suid, in addSensor() argument
350 attr.passiveRequest, targetGroupMask); in addSensor()
356 targetGroupMask == NanoappGroupIds::BigImage) { in addSensor()
469 uint16_t targetGroupMask, in findAndAddSensorsForType() argument
486 addSensor(seeHelper, sensorType, targetGroupMask, suid, attr, sensors); in findAndAddSensorsForType()
494 uint16_t calTargetGroupMask = targetGroupMask; in findAndAddSensorsForType()
692 uint16_t targetGroupMask = kDefaultTargetGroupMask; in getSensors() local
695 targetGroupMask = NanoappGroupIds::MicroImage; in getSensors()
[all …]
Dplatform_sensor.cc23 uint16_t targetGroupMask) { in initBase() argument
29 mTargetGroupMask = targetGroupMask; in initBase()
/chre-3.4.0/core/include/chre/core/
Devent_loop.h176 uint16_t targetGroupMask = kDefaultTargetGroupMask);
204 uint16_t targetGroupMask = kDefaultTargetGroupMask);
389 uint16_t targetGroupMask);
/chre-3.4.0/platform/slpi/see/include/chre/target_platform/
Dplatform_sensor_base.h43 uint16_t targetGroupMask);
/chre-3.4.0/core/
Devent_loop.cc265 uint16_t targetGroupMask) { in postEventOrDie() argument
269 targetGroupMask)) { in postEventOrDie()
295 uint32_t targetInstanceId, uint16_t targetGroupMask) { in postLowPriorityEventOrFree() argument
302 targetGroupMask); in postLowPriorityEventOrFree()
380 uint16_t targetGroupMask) { in allocateAndPostEvent() argument
385 targetInstanceId, targetGroupMask); in allocateAndPostEvent()