Home
last modified time | relevance | path

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

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