Searched defs:removeInputChannel (Results 1 – 3 of 3) sorted by relevance
61 void removeInputChannel(IBinder connectionToken); in removeInputChannel() method298 public native void removeInputChannel(IBinder connectionToken); in removeInputChannel() method in NativeInputManagerService.NativeImpl
801 public void removeInputChannel(IBinder connectionToken) { in removeInputChannel() method in InputManagerService
551 status_t NativeInputManager::removeInputChannel(const sp<IBinder>& connectionToken) { in removeInputChannel() function in android::NativeInputManager