Searched refs:mActiveTransport (Results 1 – 1 of 1) sorted by relevance
106 private TransportProtocol mActiveTransport; field in Communicator125 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 …]