Searched refs:getInputChannel (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInputQueue.java50 public InputChannel getInputChannel() { method in class:InputQueue
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp47 inline sp<InputChannel> getInputChannel() { return mInputChannel; } function in class:android::NativeInputChannel
97 return nativeInputChannel != NULL ? nativeInputChannel->getInputChannel() : NULL;
166 nativeInputChannel->getInputChannel()->getName().string());
227 sp<InputChannel> inputChannel = nativeInputChannel->getInputChannel();
245 jstring name = env->NewStringUTF(nativeInputChannel->getInputChannel()->getName().string());
/frameworks/base/core/java/android/app/
H A DNativeActivity.java206 onInputChannelDestroyedNative(mNativeHandle, mCurInputQueue.getInputChannel());
313 onInputChannelCreatedNative(mNativeHandle, queue.getInputChannel());
320 onInputChannelDestroyedNative(mNativeHandle, queue.getInputChannel());
/frameworks/base/services/input/
H A DInputWindow.h167 inline sp<InputChannel> getInputChannel() const { function in class:android::InputWindowHandle
H A DInputDispatcher.cpp1664 ssize_t connectionIndex = getConnectionIndexLocked(windowHandle->getInputChannel());
2778 if (windowHandle->getInputChannel() == inputChannel) {
2810 if (!windowHandle->updateInfo() || windowHandle->getInputChannel() == NULL) {
2832 sp<InputChannel> focusedInputChannel = mFocusedWindowHandle->getInputChannel();
2857 touchedWindow.windowHandle->getInputChannel();
3419 ? commandEntry->inputWindowHandle->getInputChannel() : NULL);

Completed in 1235 milliseconds