Home
last modified time | relevance | path

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

/system/chre/core/
Dtimer_pool.cc33 const void *cookie, bool isOneShot) { in setTimer() argument
42 timerRequest.isOneShot = isOneShot; in setTimer()
178 if (!currentTimerRequest.isOneShot) { in handleExpiredTimersAndScheduleNext()
Dsensor_request_manager.cc205 info->isOneShot = sensorTypeIsOneShot(sensorType); in getSensorInfo()
215 info->minInterval = info->isOneShot ? CHRE_SENSOR_INTERVAL_DEFAULT : in getSensorInfo()
/system/chre/core/include/chre/core/
Dtimer_pool.h98 bool isOneShot; member
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h436 uint8_t isOneShot : 1; member
/system/chre/apps/imu_cal/
Dimu_cal.cc91 info.isOneShot, info.minInterval); in nanoappStart()
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h566 uint8_t isOneShot : 1; member
/system/chre/platform/slpi/
Dplatform_sensor.cc809 bool isOneShot = sensorTypeIsOneShot(getSensorTypeFromSensorId( in populateSensorRequest() local
813 isOneShot ? Nanoseconds(minInterval) : chreRequest.getInterval(), in populateSensorRequest()
814 isOneShot ? Nanoseconds(0) : chreRequest.getLatency()); in populateSensorRequest()
/system/chre/apps/sensor_world/
Dsensor_world.cc150 info.isOneShot, info.minInterval); in nanoappStart()