Home
last modified time | relevance | path

Searched defs:buffSize (Results 1 – 2 of 2) sorted by relevance

/system/media/alsa_utils/
Dalsa_device_profile.c429 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_sample_rate_strs() local
462 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_format_strs() local
533 size_t buffSize = ARRAY_SIZE(buffer); in profile_get_channel_count_strs() local
/system/netd/server/
DBandwidthController.cpp213 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) { in StrncpyAndCheck()