OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedData
(Results
1 - 25
of
28
) sorted by null
1
2
/external/webrtc/webrtc/voice_engine/
shared_data.cc
26
SharedData
::
SharedData
(const Config& config)
47
SharedData
::~
SharedData
()
59
void
SharedData
::set_audio_device(AudioDeviceModule* audio_device)
69
void
SharedData
::set_audio_processing(AudioProcessing* audioproc) {
75
int
SharedData
::NumOfSendingChannels() {
88
int
SharedData
::NumOfPlayingChannels() {
101
void
SharedData
::SetLastError(int32_t error) const {
105
void
SharedData
::SetLastError(int32_t error
[
all
...]
voe_neteq_stats_impl.h
29
VoENetEqStatsImpl(voe::
SharedData
* shared);
33
voe::
SharedData
* _shared;
voe_external_media_impl.h
36
VoEExternalMediaImpl(voe::
SharedData
* shared);
40
voe::
SharedData
* shared_;
voe_dtmf_impl.h
42
VoEDtmfImpl(voe::
SharedData
* shared);
48
voe::
SharedData
* _shared;
voe_network_impl.h
34
VoENetworkImpl(voe::
SharedData
* shared);
38
voe::
SharedData
* _shared;
voe_video_sync_impl.h
43
VoEVideoSyncImpl(voe::
SharedData
* shared);
47
voe::
SharedData
* _shared;
voe_hardware_impl.h
56
VoEHardwareImpl(voe::
SharedData
* shared);
60
voe::
SharedData
* _shared;
voe_volume_control_impl.h
51
VoEVolumeControlImpl(voe::
SharedData
* shared);
55
voe::
SharedData
* _shared;
shared_data.h
33
class
SharedData
77
SharedData
(const Config& config);
78
virtual ~
SharedData
();
voe_codec_impl.h
64
VoECodecImpl(voe::
SharedData
* shared);
68
voe::
SharedData
* _shared;
voe_file_impl.h
86
VoEFileImpl(voe::
SharedData
* shared);
90
voe::
SharedData
* _shared;
voe_rtp_rtcp_impl.h
83
VoERTP_RTCPImpl(voe::
SharedData
* shared);
87
voe::
SharedData
* _shared;
voice_engine_impl.h
56
class VoiceEngineImpl : public voe::
SharedData
, // Must be the first base class
92
:
SharedData
(*config),
voe_base_unittest.cc
67
voe::
SharedData
* shared_data = static_cast<voe::
SharedData
*>(
voe_audio_processing_impl.h
104
VoEAudioProcessingImpl(voe::
SharedData
* shared);
109
voe::
SharedData
* _shared;
voe_base_impl.h
110
VoEBaseImpl(voe::
SharedData
* shared);
144
voe::
SharedData
* shared_;
voe_neteq_stats_impl.cc
37
VoENetEqStatsImpl::VoENetEqStatsImpl(voe::
SharedData
* shared)
voe_network_impl.cc
33
VoENetworkImpl::VoENetworkImpl(voe::
SharedData
* shared) : _shared(shared) {
voe_dtmf_impl.cc
38
VoEDtmfImpl::VoEDtmfImpl(voe::
SharedData
* shared)
voe_external_media_impl.cc
38
VoEExternalMediaImpl::VoEExternalMediaImpl(voe::
SharedData
* shared)
voe_video_sync_impl.cc
36
VoEVideoSyncImpl::VoEVideoSyncImpl(voe::
SharedData
* shared) : _shared(shared) {
voe_volume_control_impl.cc
38
VoEVolumeControlImpl::VoEVolumeControlImpl(voe::
SharedData
* shared)
voe_codec_impl.cc
38
VoECodecImpl::VoECodecImpl(voe::
SharedData
* shared) : _shared(shared) {
voe_file_impl.cc
40
VoEFileImpl::VoEFileImpl(voe::
SharedData
* shared) : _shared(shared) {
voe_hardware_impl.cc
37
VoEHardwareImpl::VoEHardwareImpl(voe::
SharedData
* shared) : _shared(shared) {
Completed in 86 milliseconds
1
2