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

  /hardware/libhardware/modules/audio/
audio_hw.c 381 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) function
383 ALOGV("adev_get_master_mute: %d", *muted);
492 adev->device.get_master_mute = adev_get_master_mute;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 625 static int adev_get_master_mute(struct audio_hw_device *dev, function in namespace:android
693 adev->device.get_master_mute = adev_get_master_mute;
  /device/generic/goldfish/audio/
audio_hw_legacy.c 505 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) function
682 adev->device.get_master_mute = adev_get_master_mute;
audio_hw.c 1262 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 548 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) function
550 ALOGV("adev_get_master_mute: %d", *muted);
662 adev->hw_device.get_master_mute = adev_get_master_mute;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2943 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 4175 static int adev_get_master_mute(struct audio_hw_device *dev __unused, bool *muted __unused) function
    [all...]

Completed in 371 milliseconds