Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h1102 void removeMonitorChannelLocked(const sp<InputChannel>& inputChannel);
DInputDispatcher.cpp3466 removeMonitorChannelLocked(inputChannel); in unregisterInputChannelLocked()
3478 void InputDispatcher::removeMonitorChannelLocked(const sp<InputChannel>& inputChannel) { in removeMonitorChannelLocked() function in android::InputDispatcher