OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_state_
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/audio/
audio_send_stream.h
53
rtc::scoped_refptr<webrtc::AudioState>
audio_state_
;
member in class:webrtc::internal::final
audio_receive_stream.h
58
rtc::scoped_refptr<webrtc::AudioState>
audio_state_
;
member in class:webrtc::internal::final
audio_send_stream.cc
63
: config_(config),
audio_state_
(audio_state) {
66
RTC_DCHECK(
audio_state_
.get());
202
static_cast<internal::AudioState*>(
audio_state_
.get());
215
static_cast<internal::AudioState*>(
audio_state_
.get());
audio_receive_stream.cc
88
audio_state_
(audio_state),
92
RTC_DCHECK(
audio_state_
.get());
250
static_cast<internal::AudioState*>(
audio_state_
.get());
audio_send_stream_unittest.cc
69
audio_state_
= AudioState::Create(config);
108
rtc::scoped_refptr<AudioState> audio_state() { return
audio_state_
; }
158
rtc::scoped_refptr<AudioState>
audio_state_
;
member in struct:webrtc::test::__anon26724::ConfigHelper
audio_receive_stream_unittest.cc
80
audio_state_
= AudioState::Create(config);
119
rtc::scoped_refptr<AudioState> audio_state() { return
audio_state_
; }
159
rtc::scoped_refptr<AudioState>
audio_state_
;
member in struct:webrtc::test::__anon26723::ConfigHelper
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
130
rtc::scoped_refptr<webrtc::AudioState>
audio_state_
;
member in class:cricket::final
webrtcvoiceengine.cc
468
audio_state_
(webrtc::AudioState::Create(MakeAudioStateConfig(voe()))) {
560
return
audio_state_
;
[
all
...]
Completed in 72 milliseconds