OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incoming_succeeded
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.h
31
typedef base::Callback<void(bool
incoming_succeeded
, bool outgoing_succeeded)>
83
bool
incoming_succeeded
;
member in struct:WebRtcRtpDumpWriter::EndDumpContext
webrtc_rtp_dump_writer.cc
344
incoming_succeeded
(false),
435
context.
incoming_succeeded
= success;
451
context.callback.Run(context.
incoming_succeeded
, context.outgoing_succeeded);
webrtc_rtp_dump_handler.h
109
bool
incoming_succeeded
,
Completed in 153 milliseconds