Searched defs:connectionID (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp351 int32_t connectionID; local
352 CHECK(msg->findInt32("connection-id", &connectionID));
354 if ((connectionID != mConnectionID) || mState != CONNECTING) {

Completed in 120 milliseconds