Searched defs:getAttribute (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DAttributeFinder_test.cpp35 inline uint32_t getAttribute(const int index) const { function in class:MockAttributeFinder
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java125 public Object getAttribute(String key) { method in class:DrmEvent
/frameworks/base/tools/aapt/
H A DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, function in namespace:AaptXml
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { function in namespace:AaptXml
/frameworks/base/media/java/android/media/
H A DExifInterface.java133 public String getAttribute(String tag) { method in class:ExifInterface
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java217 public String getAttribute(String name) { method in class:SimpleSessionDescription
218 return mFields.getAttribute(name);
500 public String getAttribute(String name) { method in class:SimpleSessionDescription.Fields
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp978 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags);
1009 inline uint32_t getAttribute(jsize index) const { function in class:android::XmlAttributeFinder
1022 inline uint32_t getAttribute(const ResTable::bag_entry* entry) const { function in class:android::BagAttributeFinder
1091 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
1158 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
1279 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
1293 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) {
1394 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3182 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
3243 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);

Completed in 208 milliseconds