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

  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 51 audio_devices_t newDevice = AUDIO_DEVICE_NONE;
104 if (isStateInCall(oldState) && newDevice == AUDIO_DEVICE_NONE) {
audio_hw_hal.cpp 118 uint32_t to_device = AUDIO_DEVICE_NONE;
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 230 if ((newDevice != AUDIO_DEVICE_NONE) && (newDevice != inputDesc->mDevice)) {
284 audio_devices_t newDevice = AUDIO_DEVICE_NONE;
345 if (isStateInCall(oldState) && newDevice == AUDIO_DEVICE_NONE) {
461 setOutputDevice(output, newDevice, (newDevice != AUDIO_DEVICE_NONE));
462 if (forceVolumeReeval && (newDevice != AUDIO_DEVICE_NONE)) {
471 if ((newDevice != AUDIO_DEVICE_NONE) && (newDevice != inputDesc->mDevice)) {
    [all...]
audio_hw_hal.cpp 94 uint32_t to_device = AUDIO_DEVICE_NONE;
  /hardware/qcom/audio/hal/msm8960/
platform.c 568 if (devices == AUDIO_DEVICE_NONE ||
655 AUDIO_DEVICE_NONE : adev->active_input->device)
664 if (out_device == AUDIO_DEVICE_NONE) {
765 if (in_device != AUDIO_DEVICE_NONE &&
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 519 if (devices == AUDIO_DEVICE_NONE ||
606 AUDIO_DEVICE_NONE : adev->active_input->device)
615 if (out_device == AUDIO_DEVICE_NONE) {
716 if (in_device != AUDIO_DEVICE_NONE &&
  /system/core/include/system/
audio.h 291 AUDIO_DEVICE_NONE = 0x0,
  /device/samsung/manta/audio/
audio_hw.c 235 if (device == AUDIO_DEVICE_NONE)
950 audio_devices_t devices = AUDIO_DEVICE_NONE;
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 509 AUDIO_DEVICE_NONE);
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 673 if (device == AUDIO_DEVICE_NONE) {
    [all...]
Threads.cpp     [all...]

Completed in 534 milliseconds