Searched defs:getAttribute (Results 1 - 12 of 12) 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/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/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp849 int32_t Display::getAttribute(hwc2_config_t configId, Attribute attribute) function in class:HWC2::Display
869 .setWidth(getAttribute(configId, Attribute::Width))
870 .setHeight(getAttribute(configId, Attribute::Height))
871 .setVsyncPeriod(getAttribute(configId, Attribute::VsyncPeriod))
872 .setDpiX(getAttribute(configId, Attribute::DpiX))
873 .setDpiY(getAttribute(configId, Attribute::DpiY))
H A DHWC2On1Adapter.cpp649 Error HWC2On1Adapter::Display::getAttribute(hwc2_config_t configId, function in class:android::HWC2On1Adapter::Display
655 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
659 *outValue = mConfigs[configId]->getAttribute(attribute);
660 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configId,
1671 int32_t HWC2On1Adapter::Display::Config::getAttribute(Attribute attribute) const function in class:android::HWC2On1Adapter::Display::Config
1681 int32_t colorTransform = getAttribute(ColorTransform);
1725 if (getAttribute(attribute) != other.getAttribute(attribute)) {
1729 int32_t otherColorTransform = other.getAttribute(ColorTransform);
1930 int32_t width = mActiveConfig->getAttribute(Attribut
[all...]
/frameworks/rs/api/
H A DSpecification.h317 std::string getAttribute() const { return mAttribute; } function in class:TypeSpecification
411 std::string getAttribute() const { return mAttribute; } function in class:FunctionSpecification
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1080 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags);
1119 inline uint32_t getAttribute(jsize index) const { function in class:android::XmlAttributeFinder
1132 inline uint32_t getAttribute(const ResTable::bag_entry* entry) const { function in class:android::BagAttributeFinder
1203 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
1275 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
1405 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
1419 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) {
1527 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
/frameworks/base/media/java/android/media/
H A DExifInterface.java1200 public String getAttribute(String tag) { method in class:ExifInterface
1695 String latValue = getAttribute(TAG_GPS_LATITUDE);
1696 String latRef = getAttribute(TAG_GPS_LATITUDE_REF);
1697 String lngValue = getAttribute(TAG_GPS_LONGITUDE);
1698 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF);
1736 String dateTimeString = getAttribute(TAG_DATETIME);
1748 String subSecs = getAttribute(TAG_SUBSEC_TIME);
1772 String date = getAttribute(TAG_GPS_DATESTAMP);
1773 String time = getAttribute(TAG_GPS_TIMESTAMP);
1904 if (getAttribute(TAG_USER_COMMEN
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3519 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
3590 blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 287 milliseconds