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

/frameworks/base/services/core/java/com/android/server/wm/
H A DFakeWindowImpl.java48 mService.mInputManager.registerInputChannel(mServerChannel, null);
H A DDragState.java102 mService.mInputManager.registerInputChannel(mServerChannel, null);
H A DWindowManagerService.java2449 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp182 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
353 status_t NativeInputManager::registerInputChannel(JNIEnv* env, function in class:android::NativeInputManager
356 return mInputManager->getDispatcher()->registerInputChannel(
1131 status_t status = im->registerInputChannel(
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h341 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
393 virtual status_t registerInputChannel(const sp<InputChannel>& inputChannel,
H A DInputDispatcher.cpp3286 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, function in class:android::InputDispatcher
3289 ALOGD("channel '%s' ~ registerInputChannel - monitor=%s", inputChannel->getName().string(),
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java464 public void registerInputChannel(InputChannel inputChannel, method in class:InputManagerService

Completed in 995 milliseconds