OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readParamValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.h
218
size_t
readParamValue
(cnode *node,
AudioPolicyEffects.cpp
610
size_t AudioPolicyEffects::
readParamValue
(cnode *node,
624
ALOGV("
readParamValue
() reading short %d", *(short *)(*param + pos));
632
ALOGV("
readParamValue
() reading int %d", *(int *)(*param + pos));
640
ALOGV("
readParamValue
() reading float %f",*(float *)(*param + pos));
652
ALOGV("
readParamValue
() reading bool %s",
670
ALOGV("
readParamValue
() reading string %s", *param + *curSize - len);
672
ALOGW("
readParamValue
() unknown param type %s", node->name);
722
readParamValue
(param, (char **)&fx_param, &curSize, &totSize);
738
readParamValue
(value, (char **)&fx_param, &curSize, &totSize);
[
all
...]
Completed in 158 milliseconds