Searched refs:InputChannel (Results 26 - 47 of 47) sorted by relevance

12

/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp53 jobject receiverWeak, const sp<InputChannel>& inputChannel,
90 jobject receiverWeak, const sp<InputChannel>& inputChannel,
335 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
338 jniThrowRuntimeException(env, "InputChannel is not initialized.");
401 "(Ljava/lang/ref/WeakReference;Landroid/view/InputChannel;Landroid/os/MessageQueue;)J",
H A Dandroid_view_InputEventSender.cpp53 jobject senderWeak, const sp<InputChannel>& inputChannel,
81 jobject senderWeak, const sp<InputChannel>& inputChannel,
238 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
241 jniThrowRuntimeException(env, "InputChannel is not initialized.");
295 "(Ljava/lang/ref/WeakReference;Landroid/view/InputChannel;Landroid/os/MessageQueue;)J",
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl43 import android.view.InputChannel;
434 void createWallpaperInputConsumer(out InputChannel inputChannel);
H A DViewRootImpl.java252 InputChannel mInputChannel;
632 mInputChannel = new InputChannel();
6344 public WindowInputEventReceiver(InputChannel inputChannel, Looper looper) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java43 import android.view.InputChannel;
97 InputChannel mServerChannel, mClientChannel;
143 InputChannel[] channels = InputChannel.openInputChannelPair("drag");
H A DSession.java47 import android.view.InputChannel;
174 InputChannel outInputChannel) {
182 Rect outOutsets, InputChannel outInputChannel) {
H A DInputMonitor.java32 import android.view.InputChannel;
295 final InputChannel inputChannel = child.mInputChannel;
H A DWindowState.java46 import android.view.InputChannel;
435 InputChannel mInputChannel;
436 InputChannel mClientChannel;
1550 DeadWindowEventReceiver(InputChannel inputChannel) {
1563 void openInputChannel(InputChannel outInputChannel) {
1568 InputChannel[] inputChannels = InputChannel.openInputChannelPair(name);
H A DWindowManagerService.java106 import android.view.InputChannel;
778 public DragInputEventReceiver(InputChannel inputChannel, Looper looper) {
1874 InputChannel outInputChannel) {
10406 public void createWallpaperInputConsumer(InputChannel inputChannel) {
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp33 sp<InputChannel> serverChannel, clientChannel;
39 status_t result = InputChannel::openInputChannelPair(String8("channel name"),
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp195 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
197 status_t unregisterInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel);
391 const sp<InputChannel>& inputChannel,
398 const sp<InputChannel>& inputChannel) {
1209 jobject /* inputChannelObj */, const sp<InputChannel>& inputChannel, void* data) {
1221 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
1250 sp<InputChannel> inputChannel = android_view_InputChannel_getInputChannel(env,
1344 sp<InputChannel> fromChannel =
1346 sp<InputChannel> toChannel =
1498 "(JLandroid/view/InputChannel;Lco
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java87 import android.view.InputChannel;
205 private static native void nativeRegisterInputChannel(long ptr, InputChannel inputChannel,
207 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel);
219 InputChannel fromChannel, InputChannel toChannel);
497 public InputChannel monitorInput(String inputChannelName) {
502 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);
514 public void registerInputChannel(InputChannel inputChannel,
527 public void unregisterInputChannel(InputChannel inputChanne
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java40 import android.view.InputChannel;
870 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
1642 private InputChannel mChannel;
1662 private Session(IBinder token, InputChannel channel, ITvInputManager service, int userId,
2434 public TvInputEventSender(InputChannel inputChannel, Looper looper) {
H A DTvInputService.java45 import android.view.InputChannel;
127 public void createSession(InputChannel channel, ITvInputSessionCallback cb,
2002 InputChannel channel = (InputChannel) args.arg1;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1020 const sp<InputChannel>& inputChannel) {
2209 const sp<InputChannel>& channel, const CancelationOptions& options) {
2824 const sp<InputChannel>& inputChannel) const {
2882 sp<InputChannel> focusedInputChannel = mFocusedWindowHandle->getInputChannel();
2908 sp<InputChannel> touchedInputChannel =
3027 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel,
3028 const sp<InputChannel>& toChannel) {
3217 const sp<InputChannel>& channel = mMonitoringChannels[i];
3335 status_t InputDispatcher::registerInputChannel(const sp<InputChannel>& inputChannel,
3368 status_t InputDispatcher::unregisterInputChannel(const sp<InputChannel>
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java49 import android.view.InputChannel;
177 InputChannel mInputChannel;
250 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) {
653 mInputChannel = new InputChannel();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java52 import android.view.InputChannel;
376 InputChannel mCurChannel;
811 void setInputChannelLocked(InputChannel channel) {
2371 public ImeInputEventSender(InputChannel inputChannel, Looper looper) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java606 public void createWallpaperInputConsumer(InputChannel inputChannel) throws RemoteException {}
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java110 import android.view.InputChannel;
245 InputChannel channel;
259 IInputMethodSession _session, InputChannel _channel) {
745 private final InputChannel mChannel;
748 InputChannel channel) {
1553 InputChannel channel) {
1613 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString());
2871 InputChannel channel = (InputChannel)arg
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java78 import android.view.InputChannel;
672 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString());
694 IBinder sessionToken, InputChannel channel, int seq) {
2306 private final InputChannel[] mChannels;
2308 SessionCallback(SessionState sessionState, InputChannel[] channels) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java122 import android.view.InputChannel;
3909 public HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) {
3965 InputChannel inputChannel, Looper looper) {
/frameworks/base/
H A Dcompiled-classes-phone4297 android.view.InputChannel
4298 android.view.InputChannel$1

Completed in 701 milliseconds

12