Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt/
DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute() function
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute() function
DXMLNode.cpp710 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute() function in XMLNode
/frameworks/base/drm/java/android/drm/
DDrmEvent.java127 public Object getAttribute(String key) { in getAttribute() method in DrmEvent
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DPersistentSystemFontConfig.java135 private static String getAttribute(TypedXmlPullParser parser, String attr) { in getAttribute() method in PersistentSystemFontConfig
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java217 public String getAttribute(String name) { in getAttribute() method in SimpleSessionDescription
500 public String getAttribute(String name) { in getAttribute() method in SimpleSessionDescription.Fields
/frameworks/rs/script_api/
DSpecification.h319 std::string getAttribute() const { return mAttribute; } in getAttribute() function
413 std::string getAttribute() const { return mAttribute; } in getAttribute() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp233 int32_t HWComposer::getAttribute(hal::HWDisplayId hwcDisplayId, hal::HWConfigId configId, in getAttribute() function in android::impl::HWComposer
/frameworks/base/media/java/android/media/
DExifInterface.java1702 public @Nullable String getAttribute(@NonNull String tag) { in getAttribute() method in ExifInterface
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3966 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() function in android::ResTable::Theme