Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h610 status_t removeInputChannelLocked(const sp<IBinder>& connectionToken, bool notify)
H A DInputDispatcher.cpp3463 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