Searched refs:onFlushCompleteEvent (Results 1 – 4 of 4) sorted by relevance
74 void onFlushCompleteEvent(uint8_t sensorType) override;
79 virtual void onFlushCompleteEvent(uint8_t sensorType) = 0;
937 void PlatformSensorManagerBase::onFlushCompleteEvent(uint8_t sensorType) { in onFlushCompleteEvent() function in chre::PlatformSensorManagerBase
1607 mCbIf->onFlushCompleteEvent(data->info.data->sensorType); in handleSnsClientEventMsg()