Searched refs:CHRE_SENSOR_INTERVAL_DEFAULT (Results 1 – 11 of 11) sorted by relevance
/system/chre/chre_api/legacy/v1_2/chre/ |
D | sensor.h | 272 #define CHRE_SENSOR_INTERVAL_DEFAULT UINT64_C(-1) macro 642 CHRE_SENSOR_INTERVAL_DEFAULT, in chreSensorConfigureModeOnly() 685 if (sampleInterval != CHRE_SENSOR_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | sensor.h | 386 #define CHRE_SENSOR_INTERVAL_DEFAULT UINT64_C(-1) macro 832 CHRE_SENSOR_INTERVAL_DEFAULT, in chreSensorConfigureModeOnly() 875 if (sampleInterval != CHRE_SENSOR_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | sensor.h | 385 #define CHRE_SENSOR_INTERVAL_DEFAULT UINT64_C(-1) macro 812 CHRE_SENSOR_INTERVAL_DEFAULT, in chreSensorConfigureModeOnly() 855 if (sampleInterval != CHRE_SENSOR_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
|
/system/chre/core/ |
D | sensor_request.cc | 30 if (request.getInterval() == Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT) || in getBatchInterval() 41 : SensorRequest(SensorMode::Off, Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT), in SensorRequest() 56 if (interval != Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT)) { in SensorRequest()
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor.h | 420 #define CHRE_SENSOR_INTERVAL_DEFAULT UINT64_C(-1) macro 919 CHRE_SENSOR_INTERVAL_DEFAULT, in chreSensorConfigureModeOnly() 962 if (sampleInterval != CHRE_SENSOR_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | sensor.h | 414 #define CHRE_SENSOR_INTERVAL_DEFAULT UINT64_C(-1) macro 954 CHRE_SENSOR_INTERVAL_DEFAULT, in chreSensorConfigureModeOnly() 997 if (sampleInterval != CHRE_SENSOR_INTERVAL_DEFAULT) { in chreSensorConfigureWithBatchInterval()
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | sensor.h | 297 #define CHRE_SENSOR_INTERVAL_DEFAULT UINT64_C(-1) macro 808 CHRE_SENSOR_INTERVAL_DEFAULT, in chreSensorConfigureModeOnly()
|
/system/chre/core/tests/ |
D | sensor_request_test.cc | 28 EXPECT_EQ(request.getInterval(), Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT)); in TEST() 112 Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT), in TEST() 117 Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT)); in TEST() 124 Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT), in TEST() 199 Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT - 1), in TEST()
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 80 .interval = CHRE_SENSOR_INTERVAL_DEFAULT, 90 .interval = CHRE_SENSOR_INTERVAL_DEFAULT, 150 .interval = CHRE_SENSOR_INTERVAL_DEFAULT, 160 .interval = CHRE_SENSOR_INTERVAL_DEFAULT, 444 CHRE_SENSOR_INTERVAL_DEFAULT, in nanoappHandleEvent()
|
/system/chre/apps/test/chqts/src/general_test/ |
D | basic_sensor_test_base.cc | 119 if (chreSensorConfigure(mSensorHandle, mode, CHRE_SENSOR_INTERVAL_DEFAULT, in checkPassiveConfigure() 138 chreSensorConfigure(mSensorHandle, mode, CHRE_SENSOR_INTERVAL_DEFAULT, in checkPassiveConfigure() 239 CHRE_SENSOR_INTERVAL_DEFAULT, /* interval */ in startTest()
|
/system/chre/platform/slpi/see/ |
D | platform_sensor_manager.cc | 339 ? CHRE_SENSOR_INTERVAL_DEFAULT in addSensor()
|