Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h202 void sendEventsFromCache(const sp<SensorEventConnection>& connection);
DSensorEventConnection.cpp634 mService->sendEventsFromCache(this); in handleEvent()
DSensorService.cpp1507 void SensorService::sendEventsFromCache(const sp<SensorEventConnection>& connection) { in sendEventsFromCache() function in android::SensorService