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

/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.cpp728 int32_t Display::getAttribute(hwc2_config_t configId, Attribute attribute) function in class:HWC2::Display
749 .setWidth(getAttribute(configId, Attribute::Width))
750 .setHeight(getAttribute(configId, Attribute::Height))
751 .setVsyncPeriod(getAttribute(configId, Attribute::VsyncPeriod))
752 .setDpiX(getAttribute(configId, Attribute::DpiX))
753 .setDpiY(getAttribute(configId, Attribute::DpiY))
/frameworks/rs/script_api/
H A DSpecification.h319 std::string getAttribute() const { return mAttribute; } function in class:TypeSpecification
413 std::string getAttribute() const { return mAttribute; } function in class:FunctionSpecification
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp604 Error HWC2On1Adapter::Display::getAttribute(hwc2_config_t configId, function in class:android::HWC2On1Adapter::Display
609 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
613 *outValue = mConfigs[configId]->getAttribute(attribute);
614 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configId,
1029 if (width == mActiveConfig->getAttribute(Attribute::Width) &&
1030 height == mActiveConfig->getAttribute(Attribute::Height) &&
1580 int32_t HWC2On1Adapter::Display::Config::getAttribute(Attribute attribute) const { function in class:android::HWC2On1Adapter::Display::Config
1588 android_color_mode_t colorMode = static_cast<android_color_mode_t>(getAttribute(ColorMode));
1630 if (getAttribute(attribute) != other.getAttribute(attribut
[all...]
/frameworks/base/media/java/android/media/
H A DExifInterface.java1424 public String getAttribute(String tag) { method in class:ExifInterface
1975 String latValue = getAttribute(TAG_GPS_LATITUDE);
1976 String latRef = getAttribute(TAG_GPS_LATITUDE_REF);
1977 String lngValue = getAttribute(TAG_GPS_LONGITUDE);
1978 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF);
2016 String dateTimeString = getAttribute(TAG_DATETIME);
2028 String subSecs = getAttribute(TAG_SUBSEC_TIME);
2052 String date = getAttribute(TAG_GPS_DATESTAMP);
2053 String time = getAttribute(TAG_GPS_TIMESTAMP);
2296 if (getAttribute(TAG_USER_COMMEN
[all...]
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java1355 public String getAttribute(String tag) { method in class:ExifInterface
1882 String latValue = getAttribute(TAG_GPS_LATITUDE);
1883 String latRef = getAttribute(TAG_GPS_LATITUDE_REF);
1884 String lngValue = getAttribute(TAG_GPS_LONGITUDE);
1885 String lngRef = getAttribute(TAG_GPS_LONGITUDE_REF);
1947 String dateTimeString = getAttribute(TAG_DATETIME);
1959 String subSecs = getAttribute(TAG_SUBSEC_TIME);
1983 String date = getAttribute(TAG_GPS_DATESTAMP);
1984 String time = getAttribute(TAG_GPS_TIMESTAMP);
2234 if (getAttribute(TAG_USER_COMMEN
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3630 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, function in class:android::ResTable::Theme
3702 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 303 milliseconds