Searched refs:buffSize (Results 1 – 1 of 1) sorted by relevance
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 444 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_sample_rate_strs() local 454 if (buffSize - curStrLen < strlen(numBuffer) + (numEntries != 0 ? 2 : 1)) { in profile_get_sample_rate_strs() 461 strlcat(buffer, "|", buffSize); in profile_get_sample_rate_strs() 463 curStrLen = strlcat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs() 477 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_format_strs() local 484 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs() 492 strlcat(buffer, "|", buffSize); in profile_get_format_strs() 494 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs() 548 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_channel_count_strs() local 560 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs() [all …]
|