Home
last modified time | relevance | path

Searched refs:CHRE_SENSOR_BATCH_INTERVAL_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/system/chre/chre_api/legacy/v1_2/chre/
Dsensor.h287 #define CHRE_SENSOR_BATCH_INTERVAL_DEFAULT UINT64_C(-1) macro
687 if (batchInterval == CHRE_SENSOR_BATCH_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
/system/chre/core/
Dsensor_request.cc32 return Nanoseconds(CHRE_SENSOR_BATCH_INTERVAL_DEFAULT); in getBatchInterval()
81 if (batchInterval == Nanoseconds(CHRE_SENSOR_BATCH_INTERVAL_DEFAULT)) { in mergeWith()
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h400 #define CHRE_SENSOR_BATCH_INTERVAL_DEFAULT UINT64_C(-1) macro
857 if (batchInterval == CHRE_SENSOR_BATCH_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h429 #define CHRE_SENSOR_BATCH_INTERVAL_DEFAULT UINT64_C(-1) macro
999 if (batchInterval == CHRE_SENSOR_BATCH_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()