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

/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java46 mService.mInputManager.registerInputChannel(mServerChannel, null);
H A DDragState.java104 mService.mInputManager.registerInputChannel(mServerChannel, null);
H A DWindowManagerService.java2530 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp190 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
377 status_t NativeInputManager::registerInputChannel(JNIEnv* /* env */, function in class:android::NativeInputManager
380 return mInputManager->getDispatcher()->registerInputChannel(
1157 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.cpp3311 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, function in class:android::InputDispatcher
3314 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 226 milliseconds