Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp41 struct AudioHardwareInterface *hwif; member
443 return qadev->hwif->initCheck(); in adev_init_check()
449 return qadev->hwif->setVoiceVolume(volume); in adev_set_voice_volume()
455 return qadev->hwif->setMasterVolume(volume); in adev_set_master_volume()
461 return qadev->hwif->getMasterVolume(volume); in adev_get_master_volume()
468 return qadev->hwif->setFmVolume(volume); in adev_set_fm_volume()
475 return qadev->hwif->setMode(mode); in adev_set_mode()
481 return qadev->hwif->setMicMute(state); in adev_set_mic_mute()
487 return qadev->hwif->getMicMute(state); in adev_get_mic_mute()
493 return qadev->hwif->setParameters(String8(kvpairs)); in adev_set_parameters()
[all …]
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp42 AudioHardwareInterface *hwif; member
424 return ladev->hwif->initCheck(); in adev_init_check()
430 return ladev->hwif->setVoiceVolume(volume); in adev_set_voice_volume()
436 return ladev->hwif->setMasterVolume(volume); in adev_set_master_volume()
442 return ladev->hwif->getMasterVolume(volume); in adev_get_master_volume()
449 return ladev->hwif->setMode((int) mode); in adev_set_mode()
455 return ladev->hwif->setMicMute(state); in adev_set_mic_mute()
461 return ladev->hwif->getMicMute(state); in adev_get_mic_mute()
467 return ladev->hwif->setParameters(String8(kvpairs)); in adev_set_parameters()
476 s8 = ladev->hwif->getParameters(String8(keys)); in adev_get_parameters()
[all …]