Home
last modified time | relevance | path

Searched refs:kId (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder.cpp39 static const void* kId = "ABBinder"; variable
44 binder->attachObject(kId, kValue, nullptr /*cookie*/, clean); in attach()
47 return binder != nullptr && binder->findObject(kId) == kValue; in has()
55 static const void* kId = "ABpBinder"; variable
60 CHECK(id == kId) << id << " " << obj << " " << cookie; in clean()
180 static_cast<ABpBinderTag::Value*>(remote()->findObject(ABpBinderTag::kId)); in onLastStrongRef()
202 static_cast<ABpBinderTag::Value*>(binder->findObject(ABpBinderTag::kId)); in lookupOrCreateFromBinder()
205 binder->attachObject(ABpBinderTag::kId, static_cast<void*>(value), nullptr /*cookie*/, in lookupOrCreateFromBinder()
/frameworks/base/tools/aapt2/
DResource.cpp73 case ResourceType::kId: in to_string()
120 {"id", ResourceType::kId},
DResourceUtils_test.cpp97 EXPECT_THAT(actual, Eq(ResourceNameRef("android", ResourceType::kId, "foo"))); in TEST()
107 EXPECT_THAT(actual, Eq(ResourceNameRef("android", ResourceType::kId, "foo"))); in TEST()
DResource_test.cpp74 EXPECT_EQ(*type, ResourceType::kId); in TEST()
DResource.h56 kId, enumerator
DResourceParser.cpp589 out_resource->name.type = ResourceType::kId; in ParseResource()
608 } else if (!ref || ref->name.value().type != ResourceType::kId) { in ParseResource()
881 if (*parsed_type == ResourceType::kId) { in ParsePublic()
1391 Reference(ResourceNameRef({}, ResourceType::kId, maybe_name.value())), in ParseEnumOrFlagItem()
DResourceUtils.cpp185 if (create && name.type != ResourceType::kId) { in ParseReference()
739 if (type == ResourceType::kId) { in ParseBinaryResValue()
/frameworks/base/tools/aapt2/compile/
DXmlIdCollector.cpp49 if (create && name.type == ResourceType::kId) { in Visit()
/frameworks/base/tools/aapt2/test/
DBuilders.cpp184 Attribute::Symbol{Reference(ResourceName({}, ResourceType::kId, name)), value}); in AddItem()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp443 if (context_->GetMinSdkVersion() < SDK_O && name.type == ResourceType::kId && in ProcessResource()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp548 case ResourceType::kId: in ParseMapEntry()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp897 case pb::Item::kId: { in DeserializeItemFromPb()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp183 if (name.type == ResourceType::kId && symbol->id) { in FindByName()