Searched refs:SetPtrValue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/mca/filterfw/native/core/ |
D | value.cpp | 78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue() function 211 return SetPtrValue<char, STRING_VALUE_TYPE>(value, new_value, strlen(new_value) + 1); in SetStringValue() 215 return SetPtrValue<char, MUTABLE_BUFFER_VALUE_TYPE>(value, new_data, size); in SetMutableBufferValue() 219 return SetPtrValue<int, INT_ARRAY_VALUE_TYPE>(value, new_values, count); in SetIntArrayValue() 223 return SetPtrValue<float, FLOAT_ARRAY_VALUE_TYPE>(value, new_values, count); in SetFloatArrayValue()
|