Searched refs:GetAttribute (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp66 EXPECT_EQ(kInvalidCookie, theme->GetAttribute(app::R::attr::attr_one, &value, &flags));
80 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
86 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
104 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
110 cookie = theme->GetAttribute(app::R::attr::attr_two, &value, &flags);
119 cookie = theme->GetAttribute(app::R::attr::attr_three, &value, &flags);
139 cookie = theme->GetAttribute(app::R::attr::attr_one, &value, &flags);
146 cookie = theme->GetAttribute(app::R::attr::attr_six, &value, &flags);
153 cookie = theme->GetAttribute(app::R::attr::attr_five, &value, &flags);
173 cookie = theme->GetAttribute(ap
[all...]
H A DTheme_bench.cpp77 theme->GetAttribute(kAttrId, &value, &flags);
H A DAttributeFinder_test.cpp35 inline uint32_t GetAttribute(const int index) const { return attrs_[index]; } function in class:android::MockAttributeFinder
/frameworks/base/libs/androidfw/include/androidfw/
H A DAttributeFinder.h125 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_);
156 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(begin_);
181 current_attr_ = static_cast<const Derived*>(this)->GetAttribute(current_);
H A DAssetManager2.h326 ApkAssetsCookie GetAttribute(uint32_t resid, Res_value* out_value,
/frameworks/av/include/media/stagefright/foundation/
H A DParsedMessage.h40 static bool GetAttribute(const char *s, const char *key, AString *value);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DParsedMessage.h40 static bool GetAttribute(const char *s, const char *key, AString *value);
/frameworks/av/media/libstagefright/include/foundation/
H A DParsedMessage.h40 static bool GetAttribute(const char *s, const char *key, AString *value);
/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 DAPacketSource.cpp44 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
114 if (GetAttribute(params, "profile-level-id", &val)) {
126 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
225 CHECK(GetAttribute(params, "config", &val));
264 if (GetAttribute(params, "objectType", &val)) {
273 CHECK(GetAttribute(params, "config", &val));
368 CHECK(GetAttribute(params, "config", &val));
542 if (!GetAttribute(params.c_str(), "mode", &val)
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 DMyHandler.h74 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
332 if (!GetAttribute(transport.c_str(),
351 if (!GetAttribute(transport.c_str(),
687 if (GetAttribute(
1450 CHECK(GetAttribute(range.c_str(), "npt", &val));
1473 CHECK(GetAttribute((*it).c_str(), "url", &val));
1482 CHECK(GetAttribute((*it).c_str(), "seq", &val));
1492 CHECK(GetAttribute((*it).c_str(), "rtptime", &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));
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h148 GetAttribute(SurfaceAttribute::Visible, &bool_value,
155 GetAttribute(SurfaceAttribute::ZOrder, &int_value,
165 bool GetAttribute(SurfaceAttributeKey key, ReturnType* out_value, function in struct:android::SurfaceState
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp252 bool ParsedMessage::GetAttribute( function in class:android::ParsedMessage
285 if (!GetAttribute(s, key, &stringValue)) {
/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_display_manager-test.cpp26 DvrSurfaceAttribute GetAttribute(DvrSurfaceAttributeKey key, bool value) { function in namespace:android::dvr::__anon1747
34 DvrSurfaceAttribute GetAttribute(DvrSurfaceAttributeKey key, int32_t value) { function in namespace:android::dvr::__anon1747
46 GetAttribute(DVR_SURFACE_ATTRIBUTE_Z_ORDER, z_order),
47 GetAttribute(DVR_SURFACE_ATTRIBUTE_VISIBLE, visible)};
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp272 ProgramVar program_var = program->GetAttribute(attr_string);
304 ProgramVar program_var = program->GetAttribute(attr_string);
/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp38 inline uint32_t GetAttribute(size_t index) const { function in class:android::XmlAttributeFinder
53 inline uint32_t GetAttribute(const ResTable::bag_entry* entry) const { function in class:android::BagAttributeFinder
H A DAssetManager2.cpp788 ApkAssetsCookie Theme::GetAttribute(uint32_t resid, Res_value* out_value, function in class:android::Theme
881 cookie = GetAttribute(in_out_value->data, in_out_value, &new_flags);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h232 ProgramVar GetAttribute(const std::string& name) const;
H A Dshader_program.cpp934 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { function in class:android::filterfw::ShaderProgram
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1180 if (ParsedMessage::GetAttribute(
1189 if (!ParsedMessage::GetAttribute(
1213 if (!ParsedMessage::GetAttribute(

Completed in 202 milliseconds