Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h284 bool dispatchDeviceResetLocked(nsecs_t currentTime, DeviceResetEntry* entry) REQUIRES(mLock);
DInputDispatcher.cpp366 done = dispatchDeviceResetLocked(currentTime, typedEntry); in dispatchOnceInnerLocked()
759 bool InputDispatcher::dispatchDeviceResetLocked(nsecs_t currentTime, DeviceResetEntry* entry) { in dispatchDeviceResetLocked() function in android::inputdispatcher::InputDispatcher