Searched defs:GetAttribute (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 45 inline uint32_t GetAttribute(size_t index) const { in GetAttribute() function in android::__anon708fc91d0111::XmlAttributeFinder 61 inline uint32_t GetAttribute(const ResolvedBag::Entry* entry) const { in GetAttribute() function in android::__anon708fc91d0111::BagAttributeFinder
|
D | AssetManager2.cpp | 1592 std::optional<AssetManager2::SelectedValue> Theme::GetAttribute(uint32_t resid) const { in GetAttribute() function in android::Theme
|
/frameworks/base/libs/androidfw/tests/ |
D | AttributeFinder_test.cpp | 35 inline uint32_t GetAttribute(const int index) const { return attrs_[index]; } in GetAttribute() function in android::MockAttributeFinder
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AAMRAssembler.cpp | 32 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
|
D | AMPEG4ElementaryAssembler.cpp | 38 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
|
D | AMPEG4AudioAssembler.cpp | 35 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
|
D | APacketSource.cpp | 42 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 934 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const { in GetAttribute() function in android::filterfw::ShaderProgram
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | MyHandler.h | 84 static bool GetAttribute(const char *s, const char *key, AString *value) { in GetAttribute() function
|