Searched refs:registerInputChannel (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java50 mService.mInputManager.registerInputChannel(mServerChannel, null);
H A DDragState.java103 mService.mInputManager.registerInputChannel(mServerChannel, null);
H A DWindowManagerService.java2245 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp170 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
338 status_t NativeInputManager::registerInputChannel(JNIEnv* env, function in class:android::NativeInputManager
341 return mInputManager->getDispatcher()->registerInputChannel(
1098 status_t status = im->registerInputChannel(
/frameworks/base/services/input/
H A DInputDispatcher.h344 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
396 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
H A DInputDispatcher.cpp3260 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, function in class:android::InputDispatcher
3263 ALOGD("channel '%s' ~ registerInputChannel - monitor=%s", inputChannel->getName().string(),
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java441 public void registerInputChannel(InputChannel inputChannel, method in class:InputManagerService

Completed in 428 milliseconds