HomeSort by relevance Sort by last modified time
    Searched refs:_outputMixerPtr (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/voice_engine/
shared_data.cc 34 if (OutputMixer::Create(_outputMixerPtr, _gInstanceCounter) == 0)
36 _outputMixerPtr->SetEngineInformation(_engineStatistics);
49 OutputMixer::Destroy(_outputMixerPtr);
72 _outputMixerPtr->SetAudioProcessingModule(audioproc);
shared_data.h 45 OutputMixer* output_mixer() { return _outputMixerPtr; }
70 OutputMixer* _outputMixerPtr;
channel.cc 395 assert(_outputMixerPtr != NULL);
399 _outputMixerPtr->PlayDtmfTone(event, lengthMs - 80, volume);
856 _outputMixerPtr(NULL),
    [all...]
channel.h 557 OutputMixer* _outputMixerPtr;

Completed in 2095 milliseconds