Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c523 const char * const * const chans_strs = isOutProfile ? out_chans_strs : in_chans_strs; in profile_get_channel_count_strs() local
545 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs()
555 && chans_strs[channel_count] != NULL in profile_get_channel_count_strs()
558 if (buffSize - curStrLen < strlen(chans_strs[channel_count]) + 2) { in profile_get_channel_count_strs()
566 curStrLen = strlcat(buffer, chans_strs[channel_count], buffSize); in profile_get_channel_count_strs()