OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:async_waiter_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/renderer/media/
rtc_video_encoder.cc
108
// Set up/signal |
async_waiter_
| and |async_retval_|; see declarations below.
125
// Do this by waiting on the |
async_waiter_
| and returning the return value in
128
base::WaitableEvent*
async_waiter_
;
member in class:content::RTCVideoEncoder::Impl
162
async_waiter_
(NULL),
365
if (
async_waiter_
) {
449
DCHECK(!
async_waiter_
);
451
async_waiter_
= waiter;
458
async_waiter_
->Signal();
460
async_waiter_
= NULL;
Completed in 3370 milliseconds