Home
last modified time | relevance | path

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

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