Searched refs:buffSize (Results 1 – 1 of 1) sorted by relevance
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 484 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_sample_rate_strs() local 494 if (buffSize - curStrLen < strlen(numBuffer) + (numEntries != 0 ? 2 : 1)) { in profile_get_sample_rate_strs() 501 strlcat(buffer, "|", buffSize); in profile_get_sample_rate_strs() 503 curStrLen = strlcat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs() 517 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_format_strs() local 524 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs() 532 strlcat(buffer, "|", buffSize); in profile_get_format_strs() 534 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs() 608 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_channel_count_strs() local 620 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs() [all …]
|