Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h387 void sendEventsFromCache(const sp<SensorEventConnection>& connection);
H A DSensorEventConnection.cpp897 mService->sendEventsFromCache(this); in handleEvent()
H A DSensorService.cpp2036 void SensorService::sendEventsFromCache(const sp<SensorEventConnection>& connection) { in sendEventsFromCache() function in android::SensorService