Searched refs:isOneShot (Results 1 - 8 of 8) sorted by relevance

/system/chre/core/include/chre/core/
H A Dtimer_pool.h100 bool isOneShot; member in struct:chre::TimerPool::TimerRequest
/system/chre/core/
H A Dtimer_pool.cc33 const void *cookie, bool isOneShot) {
42 timerRequest.isOneShot = isOneShot;
186 if (!currentTimerRequest.isOneShot) {
32 setTimer(const Nanoapp *nanoapp, Nanoseconds duration, const void *cookie, bool isOneShot) argument
H A Dsensor_request_manager.cc202 info->isOneShot = sensorTypeIsOneShot(sensorType);
/system/chre/chre_api/legacy/v1_0/chre/
H A Dsensor.h436 uint8_t isOneShot : 1; member in struct:chreSensorInfo
708 * If this sensor's chreSensorInfo has isOneShot set to 1,
/system/chre/chre_api/include/chre_api/chre/
H A Dsensor.h558 uint8_t isOneShot : 1; member in struct:chreSensorInfo
854 * If this sensor's chreSensorInfo has isOneShot set to 1,
/system/chre/apps/chqts/src/general_test/
H A Dbasic_sensor_test_base.cc170 if (info.isOneShot != isOneShotSensor()) {
171 sendFatalFailureToHost("chreSensorInfo::isOneShot is opposite of "
/system/chre/apps/sensor_world/
H A Dsensor_world.cc157 info.isOneShot, info.minInterval);
/system/chre/platform/slpi/
H A Dplatform_sensor.cc1120 bool isOneShot = sensorTypeIsOneShot(getSensorTypeFromSensorId( local
1128 isOneShot ? kDefaultInterval : std::max(minInterval, kDefaultInterval);
1131 isOneShot ? Nanoseconds(0) : chreRequest.getLatency());

Completed in 107 milliseconds