Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp125 uint32_t* out_indices) { in ResolveAttrs() argument
206 if (out_indices != nullptr && in ResolveAttrs()
208 out_indices[++indices_idx] = ii; in ResolveAttrs()
214 if (out_indices != nullptr) { in ResolveAttrs()
215 out_indices[0] = indices_idx; in ResolveAttrs()
342 out_indices[++indices_idx] = ii; in ApplyStyle()
348 out_indices[0] = indices_idx; in ApplyStyle()
409 if (out_indices != nullptr && in RetrieveAttributes()
412 out_indices[++indices_idx] = ii; in RetrieveAttributes()
418 if (out_indices != nullptr) { in RetrieveAttributes()
[all …]
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAttributeResolution.h52 uint32_t* out_indices);
60 uint32_t* out_values, uint32_t* out_indices);
69 uint32_t* out_indices);
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1158 uint32_t* out_indices = reinterpret_cast<uint32_t*>(out_indices_ptr); in NativeApplyStyle() local
1168 out_values, out_indices); in NativeApplyStyle()
1209 jint* out_indices = nullptr; in NativeResolveAttrs() local
1213 out_indices = in NativeResolveAttrs()
1215 if (out_indices == nullptr) { in NativeResolveAttrs()
1235 reinterpret_cast<uint32_t*>(out_indices)); in NativeResolveAttrs()
1236 if (out_indices != nullptr) { in NativeResolveAttrs()
1271 jint* out_indices = nullptr; in NativeRetrieveAttributes() local
1275 out_indices = in NativeRetrieveAttributes()
1277 if (out_indices == nullptr) { in NativeRetrieveAttributes()
[all …]