ret = sound_manager_get_type_from_stream_information(stream_info, &stream_type);
if (ret)
- return __convert_tone_player_error_code(__func__, ret);
+ return __convert_tone_player_error_code(__func__, ret); //LCOV_EXCL_LINE
ret = sound_manager_get_index_from_stream_information(stream_info, &stream_id);
if (ret)
- return __convert_tone_player_error_code(__func__, ret);
+ return __convert_tone_player_error_code(__func__, ret); //LCOV_EXCL_LINE
ret = mm_sound_play_tone_with_stream_info(tone, stream_type, stream_id, vol, duration_ms, &player);
if (ret == 0 && id != NULL)