Home
last modified time | relevance | path

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

/system/media/alsa_utils/
Dalsa_device_profile.c449 size_t numEntries = 0; in profile_get_sample_rate_strs() local
454 if (buffSize - curStrLen < strlen(numBuffer) + (numEntries != 0 ? 2 : 1)) { in profile_get_sample_rate_strs()
460 if (numEntries++ != 0) { in profile_get_sample_rate_strs()
480 size_t numEntries = 0; in profile_get_format_strs() local
485 + (numEntries != 0 ? 2 : 1)) { in profile_get_format_strs()
491 if (numEntries++ != 0) { in profile_get_format_strs()
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp137 uint16_t numEntries; in FindCDRecord() member