Home
last modified time | relevance | path

Searched refs:ParseBinaryResValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceUtils.h230 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type,
DResourceUtils.cpp735 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type, const ConfigDescription& config, in ParseBinaryResValue() function
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp518 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(name.type, config, value_pool_, in ParseValue()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp257 attr.compiled_value = ResourceUtils::ParseBinaryResValue( in CopyAttributes()