Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
H A DCommunicator.java106 private TransportProtocol mActiveTransport; field in Communicator
125 return mActiveTransport; in getActiveTransport()
152 if (protocol != mActiveTransport) { in onNegotiationSuccess()
171 if (protocol != mActiveTransport) { in onNegotiationFailed()
204 mActiveTransport.sendMessages(messages); in sendMessages()
211 mActiveTransport = getNextCandidateProtocol(); in negotiateNextProtocol()
212 if (mActiveTransport == null) { in negotiateNextProtocol()
220 mActiveTransport.startNegotiation(); in negotiateNextProtocol()
229 if (mActiveTransport == null) { in getNextCandidateProtocol()
238 if (protocol == mActiveTransport) { in getNextCandidateProtocol()
[all …]