Home
last modified time | relevance | path

Searched refs:toChannel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java172 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument
1013 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument
1017 if (toChannel == null) { in transferTouchFocus()
1020 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/base/services/input/
DInputDispatcher.h334 const sp<InputChannel>& toChannel) = 0;
391 const sp<InputChannel>& toChannel);
DInputDispatcher.cpp2920 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument
2923 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()
2929 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()
2970 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp1239 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local
1242 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()
1247 transferTouchFocus(fromChannel, toChannel); in nativeTransferTouchFocus()