Searched defs:out_value (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp398 ValueSerializer(pb::Value* out_value, StringPool* src_pool) argument
399 : out_value_(out_value), src_pool_(src_pool) {
564 void SerializeValueToPb(const Value& value, pb::Value* out_value, StringPool* src_pool) { argument
565 ValueSerializer serializer(out_value, src_pool);
569 out_value->set_comment(value.GetComment());
570 out_value->set_weak(value.IsWeak());
572 SerializeSourceToPb(value.GetSource(), src_pool, out_value->mutable_source());
H A DProtoDeserialize.cpp596 Value* out_value) {
600 out_value->SetSource(std::move(source));
602 out_value->SetComment(pb_item.comment());
595 DeserializeItemMetaDataFromPb(const T& pb_item, const android::ResStringPool& src_pool, Value* out_value) argument
/frameworks/native/libs/gui/
H A DBufferHubProducer.cpp381 status_t BufferHubProducer::query(int what, int* out_value) { argument
386 if (out_value == nullptr) {
387 ALOGE("query: out_value was NULL");
442 *out_value = value;
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h167 bool GetAttribute(SurfaceAttributeKey key, ReturnType* out_value, argument
171 return pdx::rpc::IfAnyOf<Types...>::Get(&search->second, out_value);
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp507 uint16_t density_override, Res_value* out_value,
524 out_value->dataType = Res_value::TYPE_REFERENCE;
525 out_value->data = resid;
533 out_value->copyFrom_dtoh(*device_value);
536 entry.dynamic_ref_table->lookupResourceValue(out_value);
986 ApkAssetsCookie Theme::GetAttribute(uint32_t resid, Res_value* out_value, argument
1020 *out_value = entry.value;
506 GetResource(uint32_t resid, bool may_be_bag, uint16_t density_override, Res_value* out_value, ResTable_config* out_selected_config, uint32_t* out_flags) const argument

Completed in 589 milliseconds