Searched refs:toToken (Results 1 – 3 of 3) sorted by relevance
150 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
124 const sp<IBinder>& toToken) override;
3947 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() argument3948 if (fromToken == toToken) { in transferTouchFocus()3959 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toToken); in transferTouchFocus()4006 sp<Connection> toConnection = getConnectionLocked(toToken); in transferTouchFocus()