Home
last modified time | relevance | path

Searched refs:SharedData (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/webrtc/voice_engine/
Dshared_data.cc26 SharedData::SharedData(const Config& config) in SharedData() function in webrtc::voe::SharedData
47 SharedData::~SharedData() in ~SharedData()
59 void SharedData::set_audio_device(AudioDeviceModule* audio_device) in set_audio_device()
69 void SharedData::set_audio_processing(AudioProcessing* audioproc) { in set_audio_processing()
75 int SharedData::NumOfSendingChannels() { in NumOfSendingChannels()
88 int SharedData::NumOfPlayingChannels() { in NumOfPlayingChannels()
101 void SharedData::SetLastError(int32_t error) const { in SetLastError()
105 void SharedData::SetLastError(int32_t error, in SetLastError()
110 void SharedData::SetLastError(int32_t error, TraceLevel level, in SetLastError()
Dshared_data.h33 class SharedData
77 SharedData(const Config& config);
78 virtual ~SharedData();
Dvoe_neteq_stats_impl.h29 VoENetEqStatsImpl(voe::SharedData* shared);
33 voe::SharedData* _shared;
Dvoe_external_media_impl.h36 VoEExternalMediaImpl(voe::SharedData* shared);
40 voe::SharedData* shared_;
Dvoe_network_impl.h34 VoENetworkImpl(voe::SharedData* shared);
38 voe::SharedData* _shared;
Dvoe_dtmf_impl.h42 VoEDtmfImpl(voe::SharedData* shared);
48 voe::SharedData* _shared;
Dvoe_video_sync_impl.h43 VoEVideoSyncImpl(voe::SharedData* shared);
47 voe::SharedData* _shared;
Dvoe_volume_control_impl.h51 VoEVolumeControlImpl(voe::SharedData* shared);
55 voe::SharedData* _shared;
Dvoe_hardware_impl.h56 VoEHardwareImpl(voe::SharedData* shared);
60 voe::SharedData* _shared;
Dvoe_codec_impl.h64 VoECodecImpl(voe::SharedData* shared);
68 voe::SharedData* _shared;
Dvoe_file_impl.h86 VoEFileImpl(voe::SharedData* shared);
90 voe::SharedData* _shared;
Dvoe_rtp_rtcp_impl.h83 VoERTP_RTCPImpl(voe::SharedData* shared);
87 voe::SharedData* _shared;
Dvoice_engine_impl.h56 class VoiceEngineImpl : public voe::SharedData, // Must be the first base class
92 : SharedData(*config), in VoiceEngineImpl()
Dvoe_base_unittest.cc67 voe::SharedData* shared_data = static_cast<voe::SharedData*>( in TEST_F()
Dvoe_audio_processing_impl.h104 VoEAudioProcessingImpl(voe::SharedData* shared);
109 voe::SharedData* _shared;
Dvoe_base_impl.h110 VoEBaseImpl(voe::SharedData* shared);
144 voe::SharedData* shared_;
Dvoe_neteq_stats_impl.cc37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl()
Dvoe_network_impl.cc33 VoENetworkImpl::VoENetworkImpl(voe::SharedData* shared) : _shared(shared) { in VoENetworkImpl()
Dvoe_external_media_impl.cc38 VoEExternalMediaImpl::VoEExternalMediaImpl(voe::SharedData* shared) in VoEExternalMediaImpl()
Dvoe_dtmf_impl.cc38 VoEDtmfImpl::VoEDtmfImpl(voe::SharedData* shared) in VoEDtmfImpl()
Dvoe_video_sync_impl.cc36 VoEVideoSyncImpl::VoEVideoSyncImpl(voe::SharedData* shared) : _shared(shared) { in VoEVideoSyncImpl()
Dvoe_volume_control_impl.cc38 VoEVolumeControlImpl::VoEVolumeControlImpl(voe::SharedData* shared) in VoEVolumeControlImpl()
Dvoe_hardware_impl.cc37 VoEHardwareImpl::VoEHardwareImpl(voe::SharedData* shared) : _shared(shared) { in VoEHardwareImpl()
Dvoe_codec_impl.cc38 VoECodecImpl::VoECodecImpl(voe::SharedData* shared) : _shared(shared) { in VoECodecImpl()
Dvoe_file_impl.cc40 VoEFileImpl::VoEFileImpl(voe::SharedData* shared) : _shared(shared) { in VoEFileImpl()

12