Home | History | Annotate | Download | only in jni

Lines Matching defs:inputChannel

50             jobject receiverObj, const sp<InputChannel>& inputChannel,
77 jobject receiverObj, const sp<InputChannel>& inputChannel,
80 mInputConsumer(inputChannel), mMessageQueue(messageQueue),
229 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
231 if (inputChannel == NULL) {
232 jniThrowRuntimeException(env, "InputChannel is not initialized.");
243 receiverObj, inputChannel, messageQueue);
291 "(Landroid/view/InputEventReceiver;Landroid/view/InputChannel;Landroid/os/MessageQueue;)I",