Home
last modified time | relevance | path

Searched refs:fromToken (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h149 virtual bool transferTouchGesture(const sp<IBinder>& fromToken, const sp<IBinder>& toToken,
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduParser.java538 int fromToken = extractByteValue(pduDataStream); in parseHeaders() local
541 if (PduHeaders.FROM_ADDRESS_PRESENT_TOKEN == fromToken) { in parseHeaders()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5692 bool InputDispatcher::transferTouchGesture(const sp<IBinder>& fromToken, const sp<IBinder>& toToken, in transferTouchGesture() argument
5694 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() local
5840 fromToken = from->getToken(); in transferTouchOnDisplay()
5843 return transferTouchGesture(fromToken, destChannelToken); in transferTouchOnDisplay()
DInputDispatcher.h127 bool transferTouchGesture(const sp<IBinder>& fromToken, const sp<IBinder>& toToken,