Home
last modified time | relevance | path

Searched defs:removeInputChannel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method
298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager