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

/frameworks/base/services/input/
H A DInputDispatcher.cpp3234 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel, function in class:android::InputDispatcher
3237 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
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp169 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
336 status_t NativeInputManager::registerInputChannel(JNIEnv* env, function in class:android::NativeInputManager
339 return mInputManager->getDispatcher()->registerInputChannel(
1088 status_t status = im->registerInputChannel(

Completed in 105 milliseconds