Searched refs:totSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp1087 size_t *totSize)
1092 if (pos + size > *totSize) {
1093 while (pos + size > *totSize) {
1094 *totSize += ((*totSize + 7) / 8) * 4;
1096 param = (char *)realloc(param, *totSize);
1105 size_t *totSize)
1108 size_t pos = growParamSize(param, sizeof(short), curSize, totSize);
1113 size_t pos = growParamSize(param, sizeof(int), curSize, totSize);
1118 size_t pos = growParamSize(param, sizeof(float), curSize, totSize);
1084 growParamSize(char *param, size_t size, size_t *curSize, size_t *totSize) argument
1102 readParamValue(cnode *node, char *param, size_t *curSize, size_t *totSize) argument
1152 size_t totSize = sizeof(effect_param_t) + 2 * sizeof(int); local
[all...]
H A DAudioPolicyService.h302 size_t *totSize);
306 size_t *totSize);

Completed in 48 milliseconds