Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DMyWebSocketHandler.cpp131 for (size_t i = 0; i < mSessions.size(); ++i) { in handleMessage()
132 const auto &session = mSessions[i]; in handleMessage()
415 const auto &session = mSessions[sessionIndex]; in getCandidate()
676 mSessions.begin(), mSessions.end(), in createUniqueUFragAndPassword()
681 if (it == mSessions.end()) { in createUniqueUFragAndPassword()
706 mSessions.push_back( in prepareSessions()
714 CHECK_LT(mlineIndex, mSessions.size()); in emitTrackIceOptionsAndFingerprint()
715 const auto &session = mSessions[mlineIndex]; in emitTrackIceOptionsAndFingerprint()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DMyWebSocketHandler.h69 std::vector<std::shared_ptr<RTPSession>> mSessions; member
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp1384 int status = mSessions.handleRx(buf, transactionId, mAppManager, chre, reboot, rebootStatus); in doHandleRx()
1483 …status = mSessions.setup_and_add(CONTEXT_HUB_LOAD_APP, &mKeySession, appMsg, transactionId, mAppMa… in doHandleTx()
1493 …status = mSessions.setup_and_add(CONTEXT_HUB_LOAD_APP, &mAppMgmtSession, appMsg, transactionId, mA… in doHandleTx()
1499 …status = mSessions.setup_and_add(CONTEXT_HUB_LOAD_APP, &mAppMgmtSession, appMsg, transactionId, mA… in doHandleTx()
1507 …status = mSessions.setup_and_add(CONTEXT_HUB_QUERY_MEMORY, &mMemInfoSession, appMsg, transactionId… in doHandleTx()
1511 …status = mSessions.setup_and_add(CONTEXT_HUB_START_APPS, &mAppMgmtSession, appMsg, transactionId, … in doHandleTx()
Dsystem_comms.h434 } mSessions;