/hardware/qcom/audio/hal/msm8960/ |
platform.c | 654 audio_devices_t in_device = ((adev->active_input == NULL) ? local 661 ALOGV("%s: enter: out_device(%#x) in_device(%#x)", 662 __func__, out_device, in_device); 718 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC || 719 in_device & AUDIO_DEVICE_IN_BACK_MIC) { 723 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) { 742 in_device = AUDIO_DEVICE_IN_BACK_MIC; 745 if (in_device & AUDIO_DEVICE_IN_BACK_MIC) { 747 } else if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) { 749 } else if (in_device & AUDIO_DEVICE_IN_WIRED_HEADSET) [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 605 audio_devices_t in_device = ((adev->active_input == NULL) ? local 612 ALOGV("%s: enter: out_device(%#x) in_device(%#x)", 613 __func__, out_device, in_device); 669 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC || 670 in_device & AUDIO_DEVICE_IN_BACK_MIC) { 674 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) { 693 in_device = AUDIO_DEVICE_IN_BACK_MIC; 696 if (in_device & AUDIO_DEVICE_IN_BACK_MIC) { 698 } else if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) { 700 } else if (in_device & AUDIO_DEVICE_IN_WIRED_HEADSET) [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediaengine.h | 121 virtual bool SetSoundDevices(const Device* in_device, 197 virtual bool SetSoundDevices(const Device* in_device, 199 return voice_.SetDevices(in_device, out_device); 295 bool SetDevices(const Device* in_device, const Device* out_device) {
|
channelmanager.cc | 81 : options(o), in_device(in), out_device(out) {} 83 const Device* in_device; member in struct:cricket::AudioOptions 679 p->in_device, p->out_device);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediaengine.h | 108 virtual bool SetSoundDevices(const Device* in_device, 214 virtual bool SetSoundDevices(const Device* in_device, 216 return voice_.SetDevices(in_device, out_device); 297 bool SetDevices(const Device* in_device, const Device* out_device) {
|
fakemediaengine.h | 759 bool SetDevices(const Device* in_device, const Device* out_device) { 760 in_device_ = (in_device) ? in_device->name : ""; [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcmediaengine.h | 110 const Device* in_device, const Device* out_device) OVERRIDE { 111 return delegate_->SetSoundDevices(in_device, out_device);
|
webrtcvoiceengine.h | 126 bool SetDevices(const Device* in_device, const Device* out_device);
|
webrtcvoiceengine.cc | 903 bool WebRtcVoiceEngine::SetDevices(const Device* in_device, 906 int in_id = in_device ? talk_base::FromString<int>(in_device->id) : 922 in_device->name : "Default device"; [all...] |
/external/chromium_org/media/midi/ |
midi_manager_win.cc | 508 scoped_ptr<InDeviceInfo> in_device(InDeviceInfo::Create(this, device_id)); 509 if (!in_device) 517 in_device->set_port_index(input_ports_.size() - 1); 518 in_devices_.push_back(in_device.Pass());
|
/device/asus/grouper/audio/ |
audio_hw.c | 102 unsigned int in_device; member in struct:audio_device 189 main_mic_on = adev->in_device & AUDIO_DEVICE_IN_BUILTIN_MIC; 336 if (adev->in_device & AUDIO_DEVICE_IN_ALL_SCO) { 892 if ((adev->in_device != val) && (val != 0)) { 898 (adev->in_device & AUDIO_DEVICE_IN_ALL_SCO)) { 904 adev->in_device = val; [all...] |
/device/samsung/manta/audio/ |
audio_hw.c | 126 audio_devices_t in_device; member in struct:audio_device 528 switch (adev->in_device) { 765 adev->in_device = in->device; [all...] |
/external/iputils/Modules/ |
pg3.c | 174 struct in_device *in_dev = odev->ip_ptr;
|