Home
last modified time | relevance | path

Searched defs:new_values (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.cpp78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue()
218 int SetIntArrayValue(Value* value, const int* new_values, int count) { in SetIntArrayValue()
222 int SetFloatArrayValue(Value* value, const float* new_values, int count) { in SetFloatArrayValue()
/aosp14/frameworks/base/tools/aapt2/link/
H A DProductFilter.cpp86 std::vector<std::unique_ptr<ResourceConfigValue>> new_values; in Consume() local