Home
last modified time | relevance | path

Searched refs:flushAsync (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/platform/shared/
H A Dchre_api_sensor.cc142 return EventLoopManagerSingleton::get()->getSensorRequestManager().flushAsync( in chreSensorFlushAsync()
/aosp12/system/chre/core/include/chre/core/
H A Dsensor_request_manager.h195 bool flushAsync(Nanoapp *nanoapp, uint32_t sensorHandle, const void *cookie);
/aosp12/system/chre/core/
H A Dsensor_request_manager.cc414 bool SensorRequestManager::flushAsync(Nanoapp *nanoapp, uint32_t sensorHandle, in flushAsync() function in chre::SensorRequestManager