Searched defs:registerInputChannel (Results 1 - 3 of 3) sorted by relevance

/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/base/services/core/java/com/android/server/input/
H A DInputManagerService.java464 public void registerInputChannel(InputChannel inputChannel, method in class:InputManagerService
/frameworks/native/services/inputflinger/
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(),

Completed in 1622 milliseconds