Searched defs:adev_get_master_mute (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c337 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) function
339 ALOGV("adev_get_master_mute: %d", *muted);
457 adev->device.get_master_mute = adev_get_master_mute;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2607 static int adev_get_master_mute(struct audio_hw_device *dev __unused, bool *muted __unused) function
3031 adev->device.get_master_mute = adev_get_master_mute;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c3117 static int adev_get_master_mute(struct audio_hw_device *dev __unused, function
3414 adev->device.get_master_mute = adev_get_master_mute;

Completed in 16 milliseconds