Searched refs:removeInputChannelLocked (Results 1 – 2 of 2) sorted by relevance
663 status_t removeInputChannelLocked(const sp<IBinder>& connectionToken, bool notify)
955 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