Home | History | Annotate | Download | only in hal

Lines Matching defs:device_name

701         char device_name[DEVICE_NAME_MAX_SIZE] = {0};
702 if (platform_get_snd_device_name_extn(adev->platform, snd_device, device_name) < 0 ) {
707 ALOGD("%s: snd_device(%d: %s)", __func__, snd_device, device_name);
715 audio_route_apply_and_update_path(adev->audio_route, device_name);
770 char device_name[DEVICE_NAME_MAX_SIZE] = {0};
771 if (platform_get_snd_device_name_extn(adev->platform, snd_device, device_name) < 0 ) {
776 ALOGD("%s: snd_device(%d: %s)", __func__, snd_device, device_name);
777 audio_route_reset_and_update_path(adev->audio_route, device_name);