Searched refs:removeInputChannelLocked (Results 1 – 2 of 2) sorted by relevance
610 status_t removeInputChannelLocked(const sp<IBinder>& connectionToken, bool notify)
3463 removeInputChannelLocked(connection->inputChannel->getConnectionToken(), notify); in handleReceiveCallback()5305 status_t status = removeInputChannelLocked(connectionToken, false /*notify*/); in removeInputChannel()5317 status_t InputDispatcher::removeInputChannelLocked(const sp<IBinder>& connectionToken, in removeInputChannelLocked() function in android::inputdispatcher::InputDispatcher