Home
last modified time | relevance | path

Searched refs:onFlushCompleteEvent (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/slpi/see/include/chre/target_platform/
Dplatform_sensor_manager_base.h74 void onFlushCompleteEvent(uint8_t sensorType) override;
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h79 virtual void onFlushCompleteEvent(uint8_t sensorType) = 0;
/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc937 void PlatformSensorManagerBase::onFlushCompleteEvent(uint8_t sensorType) { in onFlushCompleteEvent() function in chre::PlatformSensorManagerBase
Dsee_helper.cc1607 mCbIf->onFlushCompleteEvent(data->info.data->sensorType); in handleSnsClientEventMsg()