Home
last modified time | relevance | path

Searched refs:samplingStatusUpdateCallback (Results 1 – 5 of 5) sorted by relevance

/system/chre/pal/tests/src/
Dsensor_pal_impl_test.cc53 void samplingStatusUpdateCallback(uint32_t sensorInfoIndex, in samplingStatusUpdateCallback() function in __anoncba29c030111::Callbacks
108 void samplingStatusUpdateCallback(uint32_t sensorInfoIndex, in samplingStatusUpdateCallback() function
111 gCallbacks->samplingStatusUpdateCallback(sensorInfoIndex, status); in samplingStatusUpdateCallback()
156 .samplingStatusUpdateCallback = samplingStatusUpdateCallback,
/system/chre/platform/shared/sensor_pal/include/chre/target_platform/
Dplatform_sensor_manager_base.h41 static void samplingStatusUpdateCallback(
/system/chre/platform/shared/sensor_pal/
Dplatform_sensor_manager.cc28 PlatformSensorManager::samplingStatusUpdateCallback,
131 void PlatformSensorManagerBase::samplingStatusUpdateCallback( in samplingStatusUpdateCallback() function in chre::PlatformSensorManagerBase
/system/chre/pal/include/chre/pal/
Dsensor.h77 void (*samplingStatusUpdateCallback)(uint32_t sensorInfoIndex, member
/system/chre/platform/linux/
Dpal_sensor.cc98 gCallbacks->samplingStatusUpdateCallback(0, status.release()); in sendSensor0StatusUpdate()