Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h663 status_t removeInputChannelLocked(const sp<IBinder>& connectionToken, bool notify)
DInputDispatcher.cpp955 removeInputChannelLocked(connection->getToken(), /*notify=*/false); in ~InputDispatcher()
4103 removeInputChannelLocked(connection->getToken(), notify); in handleReceiveCallback()
6173 status_t status = removeInputChannelLocked(connectionToken, /*notify=*/false); in removeInputChannel()
6185 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked() function in android::inputdispatcher::InputDispatcher