Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c399 size_t curStrLen = 0; in profile_get_sample_rate_strs() local
408 if (buffSize - curStrLen < strlen(numBuffer) + (numEntries != 0 ? 2 : 1)) { in profile_get_sample_rate_strs()
417 curStrLen = strlcat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs()
432 size_t curStrLen = 0; in profile_get_format_strs() local
438 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs()
448 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()
503 size_t curStrLen = 0; in profile_get_channel_count_strs() local
514 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs()
527 if (buffSize - curStrLen < strlen(chans_strs[channel_count]) + 2) { in profile_get_channel_count_strs()
535 curStrLen = strlcat(buffer, chans_strs[channel_count], buffSize); in profile_get_channel_count_strs()
[all …]