Searched refs:hw_device (Results 1 – 4 of 4) sorted by relevance
65 struct audio_hw_device hw_device; member647 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open()648 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open()649 adev->hw_device.common.module = (struct hw_module_t *) module; in adev_open()650 adev->hw_device.common.close = adev_close; in adev_open()651 adev->hw_device.init_check = adev_init_check; in adev_open()652 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open()653 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open()654 adev->hw_device.get_master_volume = adev_get_master_volume; in adev_open()655 adev->hw_device.set_master_mute = adev_set_master_mute; in adev_open()[all …]
95 struct audio_hw_device hw_device; member838 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open()839 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open()840 adev->hw_device.common.module = (struct hw_module_t *) module; in adev_open()841 adev->hw_device.common.close = adev_close; in adev_open()842 adev->hw_device.init_check = adev_init_check; in adev_open()843 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open()844 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open()845 adev->hw_device.get_master_volume = adev_get_master_volume; in adev_open()846 adev->hw_device.set_master_mute = adev_set_master_mute; in adev_open()[all …]
1117 adev->hw_device.common.tag = HARDWARE_DEVICE_TAG; in adev_open()1118 adev->hw_device.common.version = AUDIO_DEVICE_API_VERSION_2_0; in adev_open()1119 adev->hw_device.common.module = (struct hw_module_t *) module; in adev_open()1120 adev->hw_device.common.close = adev_close; in adev_open()1121 adev->hw_device.init_check = adev_init_check; in adev_open()1122 adev->hw_device.set_voice_volume = adev_set_voice_volume; in adev_open()1123 adev->hw_device.set_master_volume = adev_set_master_volume; in adev_open()1124 adev->hw_device.get_master_volume = adev_get_master_volume; in adev_open()1125 adev->hw_device.set_master_mute = adev_set_master_mute; in adev_open()1126 adev->hw_device.get_master_mute = adev_get_master_mute; in adev_open()[all …]
74 struct audio_hw_device hw_device; member