OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:negotiated
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
datachannelinterface.h
50
negotiated
(false),
62
bool
negotiated
; // True if the channel has been externally
negotiated
member in struct:webrtc::DataChannelInit
141
virtual bool
negotiated
() const { return false; }
function in class:webrtc::DataChannelInterface
datachannel.h
74
// The default role is kOpener because the default |
negotiated
| is false.
78
// If the channel is externally
negotiated
, do not send the OPEN message.
79
if (base.
negotiated
) {
145
virtual bool
negotiated
() const { return config_.
negotiated
; }
function in class:webrtc::DataChannel
289
PROXY_CONSTMETHOD0(bool,
negotiated
)
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java
42
public boolean
negotiated
= false;
field in class:DataChannel.Init
51
String protocol, boolean
negotiated
, int id) {
56
this.
negotiated
=
negotiated
;
/external/webrtc/talk/session/media/
mediasession.cc
828
C
negotiated
= *ours;
local
829
negotiated
.IntersectFeedbackParams(*theirs);
830
if (IsRtxCodec(
negotiated
)) {
847
negotiated
.SetParam(kCodecParamAssociatedPayloadType,
851
negotiated
.id = theirs->id;
856
negotiated
.preference = theirs->preference;
857
negotiated_codecs->push_back(
negotiated
);
[
all
...]
Completed in 1244 milliseconds