Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DMatrixKernel.h31 struct KernelConfigKey : public std::string { struct
32 KernelConfigKey() : std::string() {} in KernelConfigKey() argument
33 KernelConfigKey(const std::string &other) : std::string(other) {} in KernelConfigKey() function
34 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {} in KernelConfigKey() argument
37 using KernelConfig = std::pair<KernelConfigKey, KernelConfigTypedValue>;
Dparse_string.h67 bool parse(const std::string &s, KernelConfigKey *key);
/system/libvintf/
Dparse_string.cpp179 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
Dparse_xml.cpp500 "config", std::make_unique<XmlTextConverter<KernelConfigKey>>("key"),