Home
last modified time | relevance | path

Searched refs:toToken (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h150 virtual bool transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) = 0;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h124 const sp<IBinder>& toToken) override;
DInputDispatcher.cpp3947 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus() argument
3948 if (fromToken == toToken) { in transferTouchFocus()
3959 sp<InputWindowHandle> toWindowHandle = getWindowHandleLocked(toToken); in transferTouchFocus()
4006 sp<Connection> toConnection = getConnectionLocked(toToken); in transferTouchFocus()