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

  /hardware/libhardware/modules/audio/
audio_hw.c 399 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
401 ALOGV("adev_get_mic_mute");
495 adev->device.get_mic_mute = adev_get_mic_mute;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 416 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function in namespace:android
696 adev->device.get_mic_mute = adev_get_mic_mute;
  /device/generic/goldfish/audio/
audio_hw_legacy.c 526 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
685 adev->device.get_mic_mute = adev_get_mic_mute;
audio_hw.c 62 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state);
1015 adev_get_mic_mute(&adev->device, &mic_mute);
1282 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 566 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
568 ALOGV("adev_get_mic_mute");
665 adev->hw_device.get_mic_mute = adev_get_mic_mute;
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 854 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
937 adev->hw_device.get_mic_mute = adev_get_mic_mute;
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 1147 static int adev_get_mic_mute(const struct audio_hw_device *hw_dev, bool *state) function
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 458 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
666 ladev->device.get_mic_mute = adev_get_mic_mute;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 484 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
737 qadev->device.get_mic_mute = adev_get_mic_mute;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 1652 static int adev_get_mic_mute(UNUSED_ATTR const struct audio_hw_device* dev, function
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2980 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 4219 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
    [all...]

Completed in 2607 milliseconds