Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java186 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument
1201 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument
1205 if (toChannel == null) { in transferTouchFocus()
1208 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/native/services/inputflinger/
DInputDispatcher.h334 const sp<InputChannel>& toChannel) = 0;
391 const sp<InputChannel>& toChannel);
DInputDispatcher.cpp2979 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument
2982 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()
2988 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()
3039 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1240 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local
1243 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()
1248 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()