Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:_shared

39 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) : _shared(shared)
41 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(_shared->instance_id(), -1),
47 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(_shared->instance_id(), -1),
54 WEBRTC_TRACE(kTraceApiCall, kTraceVoice, VoEId(_shared->instance_id(), -1),
57 if (!_shared->statistics().Initialized())
59 _shared->SetLastError(VE_NOT_INITED, kTraceError);
62 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
66 _shared->SetLastError(VE_CHANNEL_NOT_VALID, kTraceError,
77 if (!_shared->statistics().Initialized()) {
78 _shared->SetLastError(VE_NOT_INITED, kTraceError);
81 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
84 _shared->SetLastError(VE_CHANNEL_NOT_VALID, kTraceError,