OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp
589
size_t *
totSize
)
594
if (pos + size > *
totSize
) {
595
while (pos + size > *
totSize
) {
596
*
totSize
+= ((*
totSize
+ 7) / 8) * 4;
598
char *newParam = (char *)realloc(*param, *
totSize
);
600
ALOGE("%s realloc error for size %zu", __func__, *
totSize
);
613
size_t *
totSize
)
619
pos = growParamSize(param, sizeof(short), curSize,
totSize
);
627
pos = growParamSize(param, sizeof(int), curSize,
totSize
);
[
all
...]
AudioPolicyEffects.h
221
size_t *
totSize
);
225
size_t *
totSize
);
Completed in 146 milliseconds