Searched refs:toToken (Results 1 – 7 of 7) sorted by relevance
123 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
264 sp<IBinder> toToken; member
440 Transaction& transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken);
419 output.writeStrongBinder(transferTouchFocusCommand.toToken); in write()431 transferTouchFocusCommand.toToken = input.readStrongBinder(); in read()
1123 const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() argument1126 transferTouchFocusCommand.toToken = toToken; in transferTouchFocus()
108 const sp<IBinder>& toToken) override;
3464 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() argument3465 if (fromToken == toToken) { in transferTouchFocus()3476 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toToken); in transferTouchFocus()3523 sp<InputChannel> toChannel = getInputChannelLocked(toToken); in transferTouchFocus()