OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoEHardwareImpl
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.h
20
class
VoEHardwareImpl
: public VoEHardware {
56
VoEHardwareImpl
(voe::SharedData* shared);
57
~
VoEHardwareImpl
() override;
voe_hardware_impl.cc
37
VoEHardwareImpl
::
VoEHardwareImpl
(voe::SharedData* shared) : _shared(shared) {
39
"
VoEHardwareImpl
() - ctor");
42
VoEHardwareImpl
::~
VoEHardwareImpl
() {
44
"~
VoEHardwareImpl
() - dtor");
47
int
VoEHardwareImpl
::SetAudioDeviceLayer(AudioLayers audioLayer) {
84
int
VoEHardwareImpl
::GetAudioDeviceLayer(AudioLayers& audioLayer) {
126
int
VoEHardwareImpl
::GetNumOfRecordingDevices(int& devices) {
137
int
VoEHardwareImpl
::GetNumOfPlayoutDevices(int& devices)
[
all
...]
voice_engine_impl.h
74
public
VoEHardwareImpl
,
109
VoEHardwareImpl
(this),
Completed in 72 milliseconds