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.java179 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument
1071 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument
1075 if (toChannel == null) { in transferTouchFocus()
1078 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/base/services/input/
DInputDispatcher.h337 const sp<InputChannel>& toChannel) = 0;
394 const sp<InputChannel>& toChannel);
DInputDispatcher.cpp2976 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument
2979 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()
2985 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()
3032 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp1207 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local
1210 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()
1215 transferTouchFocus(fromChannel, toChannel); in nativeTransferTouchFocus()