Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h303 std::chrono::nanoseconds getDispatchingTimeoutLocked(const sp<IBinder>& token) REQUIRES(mLock);
H A DInputDispatcher.cpp687 std::chrono::nanoseconds InputDispatcher::getDispatchingTimeoutLocked(const sp<IBinder>& token) { in getDispatchingTimeoutLocked() function in android::inputdispatcher::InputDispatcher
3133 getDispatchingTimeoutLocked(connection->inputChannel->getConnectionToken()); in startDispatchCycleLocked()