Home
last modified time | relevance | path

Searched refs:fromChannel (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
1014 if (fromChannel == null) { in transferTouchFocus()
1020 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
/frameworks/base/services/input/
DInputDispatcher.h333 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
390 virtual bool transferTouchFocus(const sp<InputChannel>& fromChannel,
DInputDispatcher.cpp2919 bool InputDispatcher::transferTouchFocus(const sp<InputChannel>& fromChannel, in transferTouchFocus() argument
2923 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()
2928 sp<InputWindowHandle> fromWindowHandle = getWindowHandleLocked(fromChannel); in transferTouchFocus()
2969 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp1237 sp<InputChannel> fromChannel = in nativeTransferTouchFocus() local
1242 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()
1247 transferTouchFocus(fromChannel, toChannel); in nativeTransferTouchFocus()