Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp422 const struct legacy_audio_device *ladev = to_cladev(dev); in adev_init_check() local
424 return ladev->hwif->initCheck(); in adev_init_check()
429 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_voice_volume() local
430 return ladev->hwif->setVoiceVolume(volume); in adev_set_voice_volume()
435 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_master_volume() local
436 return ladev->hwif->setMasterVolume(volume); in adev_set_master_volume()
441 struct legacy_audio_device *ladev = to_ladev(dev); in adev_get_master_volume() local
442 return ladev->hwif->getMasterVolume(volume); in adev_get_master_volume()
447 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_mode() local
449 return ladev->hwif->setMode((int) mode); in adev_set_mode()
[all …]
/hardware/libhardware/modules/audio/
Daudio_hw.c252 struct stub_audio_device *ladev = (struct stub_audio_device *)dev; in adev_open_output_stream() local
379 struct stub_audio_device *ladev = (struct stub_audio_device *)dev; in adev_open_input_stream() local