HomeSort by relevance Sort by last modified time
    Searched full:totsize (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 379 size_t *totSize)
384 if (pos + size > *totSize) {
385 while (pos + size > *totSize) {
386 *totSize += ((*totSize + 7) / 8) * 4;
388 *param = (char *)realloc(*param, *totSize);
390 ALOGE("%s realloc error for size %zu", __func__, *totSize);
402 size_t *totSize)
408 pos = growParamSize(param, sizeof(short), curSize, totSize);
416 pos = growParamSize(param, sizeof(int), curSize, totSize);
    [all...]
AudioPolicyEffects.h 175 size_t *totSize);
179 size_t *totSize);
  /ndk/sources/host-tools/make-3.81/
strcache.c 186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; local
198 totsize += sz;
207 avgsize = numbuffs ? (int)(totsize / numbuffs) : 0;
213 prefix, totsize, maxsize, minsize, avgsize);

Completed in 179 milliseconds