Searched refs:fromToken (Results 1 – 4 of 4) sorted by relevance
149 virtual bool transferTouchGesture(const sp<IBinder>& fromToken, const sp<IBinder>& toToken,
538 int fromToken = extractByteValue(pduDataStream); in parseHeaders() local541 if (PduHeaders.FROM_ADDRESS_PRESENT_TOKEN == fromToken) { in parseHeaders()
5692 bool InputDispatcher::transferTouchGesture(const sp<IBinder>& fromToken, const sp<IBinder>& toToken, in transferTouchGesture() argument5694 if (fromToken == toToken) { in transferTouchGesture()5705 auto [state, touchedWindow, displayId] = findTouchStateWindowAndDisplayLocked(fromToken); in transferTouchGesture()5735 state->removeWindowByToken(fromToken); in transferTouchGesture()5763 std::shared_ptr<Connection> fromConnection = getConnectionLocked(fromToken); in transferTouchGesture()5824 sp<IBinder> fromToken; in transferTouchOnDisplay() local5840 fromToken = from->getToken(); in transferTouchOnDisplay()5843 return transferTouchGesture(fromToken, destChannelToken); in transferTouchOnDisplay()
127 bool transferTouchGesture(const sp<IBinder>& fromToken, const sp<IBinder>& toToken,