Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c415 size_t curStrLen = 0; in profile_get_sample_rate_strs() local
424 if (buffSize - curStrLen < strlen(numBuffer) + (numEntries != 0 ? 2 : 1)) { in profile_get_sample_rate_strs()
433 curStrLen = strlcat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs()
448 size_t curStrLen = 0; in profile_get_format_strs() local
454 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]]) in profile_get_format_strs()
464 curStrLen = strlcat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()
519 size_t curStrLen = 0; in profile_get_channel_count_strs() local
530 curStrLen = strlcat(buffer, chans_strs[2], buffSize); in profile_get_channel_count_strs()
543 if (buffSize - curStrLen < strlen(chans_strs[channel_count]) + 2) { in profile_get_channel_count_strs()
551 curStrLen = strlcat(buffer, chans_strs[channel_count], buffSize); in profile_get_channel_count_strs()
[all …]