Searched refs:toChannel (Results 1 – 4 of 4) sorted by relevance
186 InputChannel fromChannel, InputChannel toChannel); in nativeTransferTouchFocus() argument1201 public boolean transferTouchFocus(InputChannel fromChannel, InputChannel toChannel) { in transferTouchFocus() argument1205 if (toChannel == null) { in transferTouchFocus()1208 return nativeTransferTouchFocus(mPtr, fromChannel, toChannel); in transferTouchFocus()
334 const sp<InputChannel>& toChannel) = 0;391 const sp<InputChannel>& toChannel);
2979 const sp<InputChannel>& toChannel) { in transferTouchFocus() argument2982 fromChannel->getName().string(), toChannel->getName().string()); in transferTouchFocus()2988 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toChannel); in transferTouchFocus()3039 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus()
1240 sp<InputChannel> toChannel = in nativeTransferTouchFocus() local1243 if (fromChannel == NULL || toChannel == NULL) { in nativeTransferTouchFocus()1248 transferTouchFocus(fromChannel, toChannel)) { in nativeTransferTouchFocus()