Home
last modified time | relevance | path

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

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