Home
last modified time | relevance | path

Searched refs:chreSensorFlushAsync (Results 1 – 8 of 8) sorted by relevance

/system/chre/platform/slpi/qsh/
Dqsh_shim.cc39 decltype(chreSensorFlushAsync) *gFlushFuncPtr = nullptr;
113 dlsym(RTLD_NEXT, STRINGIFY(chreSensorFlushAsync))); in openQsh()
134 DLL_EXPORT extern "C" bool chreSensorFlushAsync(uint32_t sensorHandle, in chreSensorFlushAsync() function
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc285 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie) { in chreSensorFlushAsync() function
286 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreSensorFlushAsync); in chreSensorFlushAsync()
/system/chre/apps/test/chqts/src/general_test/
Dbasic_flush_async_test.cc105 if (!chreSensorFlushAsync(mSensorHandle, &mCookie)) { in start()
/system/chre/chre_api/legacy/v1_4/chre/
Dsensor.h1012 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie);
/system/chre/chre_api/legacy/v1_3/chre/
Dsensor.h992 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie);
/system/chre/platform/shared/
Dchre_api_sensor.cc138 DLL_EXPORT bool chreSensorFlushAsync(uint32_t sensorHandle, in chreSensorFlushAsync() function
Dnanoapp_loader.cc226 ADD_EXPORTED_C_SYMBOL(chreSensorFlushAsync),
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h1099 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie);