Home
last modified time | relevance | path

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

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