OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_ref_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
webrtc_audio_renderer.cc
176
start_ref_count_
(0),
346
return
start_ref_count_
!= 0;
352
++
start_ref_count_
;
358
DCHECK_GT(
start_ref_count_
, 0) << "Did you forget to call Start()?";
379
DCHECK_GT(
start_ref_count_
, 0) << "Did you forget to call Start()?";
398
if (--
start_ref_count_
)
webrtc_audio_renderer.h
114
int
start_ref_count_
;
member in class:content::WebRtcAudioRenderer
Completed in 72 milliseconds