Searched refs:toChannel (Results 1 – 4 of 4) sorted by relevance
179 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1071 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1075 if (toChannel == null) { in transferTouchFocus()1078 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
337 const sp<InputChannel>& toChannel) = 0;394 const sp<InputChannel>& toChannel);
2976 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument2979 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()2985 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()3032 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
1207 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local1210 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1215 transferTouchFocus(fromChannel, toChannel); in nativeTransferTouchFocus()