Searched refs:supportsPassiveMode (Results 1 – 10 of 10) sorted by relevance
33 bool PlatformSensor::supportsPassiveMode() const { in supportsPassiveMode() function in chre::PlatformSensor34 return mSensorInfo->supportsPassiveMode == 1; in supportsPassiveMode()
75 info->supportsPassiveMode = supportsPassiveMode(); in populateSensorInfo()
44 } else if (isRequestPassive && !sensor.supportsPassiveMode()) { in isSensorRequestValid()
58 bool supportsPassiveMode() const;
44 bool PlatformSensor::supportsPassiveMode() const { in supportsPassiveMode() function in chre::PlatformSensor
551 if (!sensor->supportsPassiveMode()) { in findAndAddSensorsForType()761 if (!sensor.supportsPassiveMode()) { in configureSensor()
563 uint8_t supportsPassiveMode : 1; member
225 mSupportsPassiveMode = info.supportsPassiveMode; in startTest()226 } else if (info.supportsPassiveMode != 0) { in startTest()
604 uint8_t supportsPassiveMode : 1; member
332 info.supportsPassiveMode, info.minInterval); in nanoappStart()