OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ST_ACTIVE
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
rtcpmuxfilter.h
54
enum State { ST_INIT, ST_SENTOFFER, ST_RECEIVEDOFFER,
ST_ACTIVE
};
srtpfilter.h
138
enum State { ST_INIT, ST_SENTOFFER, ST_RECEIVEDOFFER,
ST_ACTIVE
};
/external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter.h
69
// When the final answer is set, the state transitions to
ST_ACTIVE
or
73
// When the final answer is set, the state transitions to
ST_ACTIVE
or
78
ST_ACTIVE
srtpfilter.h
160
ST_ACTIVE
, // Offer and answer set.
162
// When the answer is set, the state transitions to
ST_ACTIVE
or ST_INIT.
165
// When the answer is set, the state transitions back to
ST_ACTIVE
.
168
// When the final answer is set, the state transitions to
ST_ACTIVE
or
172
// When the final answer is set, the state transitions to
ST_ACTIVE
or
Completed in 674 milliseconds