Searched defs:Value (Results 1 - 1 of 1) sorted by relevance

/system/media/mca/filterfw/native/core/
H A Dvalue.h32 } Value; typedef in typeref:struct:__anon497
34 // TODO: Probably should make these const Value*?
35 int GetIntValue(Value value);
36 float GetFloatValue(Value value);
37 const char* GetStringValue(Value value);
38 const char* GetBufferValue(Value value);
39 char* GetMutableBufferValue(Value value);
40 int* GetIntArrayValue(Value value);
41 float* GetFloatArrayValue(Value value);
43 // TODO: Probably should make these const Value*
[all...]

Completed in 62 milliseconds