Home
last modified time | relevance | path

Searched defs:flushCompleteCallback (Results 1 – 3 of 3) sorted by relevance

/system/chre/pal/tests/src/
Dsensor_pal_impl_test.cc85 void flushCompleteCallback(uint32_t sensorInfoIndex, uint32_t flushRequestId, in flushCompleteCallback() function in __anon509bcc790111::Callbacks
127 void flushCompleteCallback(uint32_t sensorInfoIndex, uint32_t flushRequestId, in flushCompleteCallback() function
/system/chre/pal/include/chre/pal/
Dsensor.h139 void (*flushCompleteCallback)(uint32_t sensorInfoIndex, member
/system/chre/platform/shared/sensor_pal/
Dplatform_sensor_manager.cc151 void PlatformSensorManagerBase::flushCompleteCallback(uint32_t sensorHandle, in flushCompleteCallback() function in chre::PlatformSensorManagerBase