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

/frameworks/base/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.cpp37 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
71 if (!GetAttribute(s, key, &val)) {
111 CHECK(GetAttribute(params.c_str(), "mode", &value));
H A DAPacketSource.cpp43 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
112 if (!GetAttribute(params, "profile-level-id", &val)) {
127 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
219 CHECK(GetAttribute(params, "config", &val));
258 if (GetAttribute(params, "objectType", &val)) {
267 CHECK(GetAttribute(params, "config", &val));
430 CHECK(GetAttribute(params, "config", &val));
632 if (!GetAttribute(params.c_str(), "mode", &val)
H A DMyHandler.h66 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
260 if (!GetAttribute(transport.c_str(),
279 if (!GetAttribute(transport.c_str(),
1007 CHECK(GetAttribute(range.c_str(), "npt", &val));
1028 CHECK(GetAttribute((*it).c_str(), "url", &val));
1037 CHECK(GetAttribute((*it).c_str(), "seq", &val));
1046 CHECK(GetAttribute((*it).c_str(), "rtptime", &val));
H A DAMPEG4AudioAssembler.cpp32 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
379 if (!GetAttribute(params.c_str(), "cpresent", &val)) {
388 CHECK(GetAttribute(params.c_str(), "config", &val));
H A DMyTransmitter.h52 static bool GetAttribute(const char *s, const char *key, AString *value) { function in namespace:android
491 CHECK(GetAttribute(transport.c_str(), "server_port", &value));
496 CHECK(GetAttribute(transport.c_str(), "source", &value));
/frameworks/base/tools/localize/
H A Dlocalize.cpp42 settings.id = configNode->GetAttribute("", "id", "");
49 settings.oldVersion = configNode->GetAttribute("", "old-cl", "");
51 settings.currentVersion = configNode->GetAttribute("", "new-cl", "");
65 string dir = appNode->GetAttribute("", "dir", "");
84 reject.file = rejectNode->GetAttribute("", "file", "");
95 reject.name = rejectNode->GetAttribute("", "name", "");
H A DXLIFFFile.cpp69 string datatype = file->GetAttribute("", "datatype", "");
70 string originalFile = file->GetAttribute("", "original", "");
73 sourceConfig.locale = file->GetAttribute("", "source-language", "");
77 targetConfig.locale = file->GetAttribute("", "target-language", "");
80 result->m_currentVersion = file->GetAttribute("", "build-num", "");
92 string rawID = transUnit->GetAttribute("", "id", "");
H A DXMLHandler.h97 string GetAttribute(const string& ns, const string& name, const string& def) const;
H A DXMLHandler.cpp440 XMLNode::GetAttribute(const string& ns, const string& name, const string& def) const function in class:XMLNode

Completed in 78 milliseconds