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 { return attrs_[index]; } function in class:android::MockAttributeFinder
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp33 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
68 CHECK(GetAttribute(params.c_str(), "octet-align", &value) && value == "1");
69 CHECK(!GetAttribute(params.c_str(), "crc", &value) || value == "0");
70 CHECK(!GetAttribute(params.c_str(), "interleaving", &value));
H A DAMPEG4ElementaryAssembler.cpp38 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
72 if (!GetAttribute(s, key, &val)) {
133 CHECK(GetAttribute(params.c_str(), "mode", &value));
H A DAMPEG4AudioAssembler.cpp35 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
445 if (!GetAttribute(params.c_str(), "cpresent", &val)) {
454 CHECK(GetAttribute(params.c_str(), "config", &val));
H A DAPacketSource.cpp43 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
113 if (GetAttribute(params, "profile-level-id", &val)) {
125 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
224 CHECK(GetAttribute(params, "config", &val));
263 if (GetAttribute(params, "objectType", &val)) {
272 CHECK(GetAttribute(params, "config", &val));
367 CHECK(GetAttribute(params, "config", &val));
541 if (!GetAttribute(params.c_str(), "mode", &val)
H A DMyTransmitter.h53 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
494 CHECK(GetAttribute(transport.c_str(), "server_port", &value));
499 CHECK(GetAttribute(transport.c_str(), "source", &value));
H A DMyHandler.h75 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
333 if (!GetAttribute(transport.c_str(),
352 if (!GetAttribute(transport.c_str(),
688 if (GetAttribute(
1451 CHECK(GetAttribute(range.c_str(), "npt", &val));
1474 CHECK(GetAttribute((*it).c_str(), "url", &val));
1483 CHECK(GetAttribute((*it).c_str(), "seq", &val));
1493 CHECK(GetAttribute((*it).c_str(), "rtptime", &val));
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp252 bool ParsedMessage::GetAttribute( function in class:android::ParsedMessage
285 if (!GetAttribute(s, key, &stringValue)) {
/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp43 inline uint32_t GetAttribute(size_t index) const { function in class:android::XmlAttributeFinder
59 inline uint32_t GetAttribute(const ResolvedBag::Entry* entry) const { function in class:android::BagAttributeFinder
82 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) {
152 ApkAssetsCookie new_cookie = theme->GetAttribute(cur_ident, &value, &type_set_flags);
223 if (theme->GetAttribute(def_style_attr, &value, &def_style_flags) != kInvalidCookie) {
238 if (theme->GetAttribute(value.data, &value, &style_flags) == kInvalidCookie) {
346 ApkAssetsCookie new_cookie = theme->GetAttribute(cur_ident, &value, &type_set_flags);
H A DAssetManager2.cpp986 ApkAssetsCookie Theme::GetAttribute(uint32_t resid, Res_value* out_value, function in class:android::Theme
1037 cookie = GetAttribute(in_out_value->data, in_out_value, &new_flags);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h150 GetAttribute(SurfaceAttribute::Visible, &bool_value,
157 GetAttribute(SurfaceAttribute::ZOrder, &int_value,
167 bool GetAttribute(SurfaceAttributeKey key, ReturnType* out_value, function in struct:android::SurfaceState
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp934 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { function in class:android::filterfw::ShaderProgram

Completed in 906 milliseconds