Searched refs:out_indices (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 66 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices) { in ResolveAttrs() argument 190 if (out_indices != nullptr && in ResolveAttrs() 193 out_indices[indices_idx] = ii; in ResolveAttrs() 199 if (out_indices != nullptr) { in ResolveAttrs() 200 out_indices[0] = indices_idx; in ResolveAttrs() 207 uint32_t* out_values, uint32_t* out_indices) { in ApplyStyle() argument 389 out_indices[indices_idx] = ii; in ApplyStyle() 396 out_indices[0] = indices_idx; in ApplyStyle() 400 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices) { in RetrieveAttributes() argument 460 if (out_indices != nullptr && in RetrieveAttributes() [all …]
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AttributeResolution.h | 48 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices); 54 uint32_t* out_values, uint32_t* out_indices); 59 size_t attrs_length, uint32_t* out_values, uint32_t* out_indices);
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1042 uint32_t* out_indices = reinterpret_cast<uint32_t*>(out_indices_ptr); in NativeApplyStyle() local 1052 out_values, out_indices); in NativeApplyStyle() 1093 jint* out_indices = nullptr; in NativeResolveAttrs() local 1097 out_indices = in NativeResolveAttrs() 1099 if (out_indices == nullptr) { in NativeResolveAttrs() 1118 attrs_len, reinterpret_cast<uint32_t*>(out_values), reinterpret_cast<uint32_t*>(out_indices)); in NativeResolveAttrs() 1119 if (out_indices != nullptr) { in NativeResolveAttrs() 1120 env->ReleasePrimitiveArrayCritical(out_java_indices, out_indices, 0); in NativeResolveAttrs() 1153 jint* out_indices = nullptr; in NativeRetrieveAttributes() local 1157 out_indices = in NativeRetrieveAttributes() [all …]
|