Home
last modified time | relevance | path

Searched refs:out_indices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp62 uint32_t* out_indices) { in ResolveAttrs() argument
189 if (out_indices != nullptr && in ResolveAttrs()
192 out_indices[indices_idx] = ii; in ResolveAttrs()
200 if (out_indices != nullptr) { in ResolveAttrs()
201 out_indices[0] = indices_idx; in ResolveAttrs()
208 uint32_t* out_values, uint32_t* out_indices) { in ApplyStyle() argument
399 out_indices[indices_idx] = ii; in ApplyStyle()
408 out_indices[0] = indices_idx; in ApplyStyle()
413 uint32_t* out_values, uint32_t* out_indices) { in RetrieveAttributes() argument
479 if (out_indices != nullptr && in RetrieveAttributes()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h47 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices);
53 uint32_t* out_values, uint32_t* out_indices);
58 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices);