Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
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()
224 uint32_t* out_values, uint32_t* out_indices) { in ApplyStyle() argument
342 out_indices[++indices_idx] = ii; in ApplyStyle()
348 out_indices[0] = indices_idx; in ApplyStyle()
357 uint32_t* out_indices) { in RetrieveAttributes() argument
409 if (out_indices != nullptr && in RetrieveAttributes()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h52 uint32_t* out_indices);
60 uint32_t* out_values, uint32_t* out_indices);
69 uint32_t* out_indices);
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1191 uint32_t* out_indices = reinterpret_cast<uint32_t*>(out_indices_ptr); in NativeApplyStyle() local
1201 out_values, out_indices); in NativeApplyStyle()
1242 jint* out_indices = nullptr; in NativeResolveAttrs() local
1246 out_indices = in NativeResolveAttrs()
1248 if (out_indices == nullptr) { in NativeResolveAttrs()
1268 reinterpret_cast<uint32_t*>(out_indices)); in NativeResolveAttrs()
1269 if (out_indices != nullptr) { in NativeResolveAttrs()
1270 env->ReleasePrimitiveArrayCritical(out_java_indices, out_indices, 0); in NativeResolveAttrs()
1304 jint* out_indices = nullptr; in NativeRetrieveAttributes() local
1308 out_indices = in NativeRetrieveAttributes()
[all …]