Home
last modified time | relevance | path

Searched refs:to_ladev (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp429 static inline struct qcom_audio_device * to_ladev(struct audio_hw_device *dev) in to_ladev() function
448 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_voice_volume()
454 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_master_volume()
460 struct qcom_audio_device *qadev = to_ladev(dev); in adev_get_master_volume()
467 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_fm_volume()
474 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_mode()
480 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_mic_mute()
492 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_parameters()
523 struct qcom_audio_device *qadev = to_ladev(dev); in adev_open_output_session()
560 struct qcom_audio_device *qadev = to_ladev(dev); in adev_open_output_stream()
[all …]
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp410 static inline struct legacy_audio_device * to_ladev(struct audio_hw_device *dev) in to_ladev() function
429 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_voice_volume()
435 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_master_volume()
441 struct legacy_audio_device *ladev = to_ladev(dev); in adev_get_master_volume()
447 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_mode()
454 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_mic_mute()
466 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_parameters()
496 struct legacy_audio_device *ladev = to_ladev(dev); in adev_open_output_stream()
546 struct legacy_audio_device *ladev = to_ladev(dev); in adev_close_output_stream()
563 struct legacy_audio_device *ladev = to_ladev(dev); in adev_open_input_stream()
[all …]