Home
last modified time | relevance | path

Searched refs:dispatchSensorLocked (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h410 void dispatchSensorLocked(nsecs_t currentTime, std::shared_ptr<SensorEntry> entry,
H A DInputDispatcher.cpp865 dispatchSensorLocked(currentTime, sensorEntry, &dropReason, nextWakeupTime); in dispatchOnceInnerLocked()
1522 void InputDispatcher::dispatchSensorLocked(nsecs_t currentTime, std::shared_ptr<SensorEntry> entry, in dispatchSensorLocked() function in android::inputdispatcher::InputDispatcher