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() function
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() function
37 using KernelConfig = std::pair<KernelConfigKey, KernelConfigTypedValue>;
Dparse_string.h65 bool parse(const std::string &s, KernelConfigKey *key);
/system/libvintf/
Dparse_string.cpp182 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
Dparse_xml.cpp497 struct KernelConfigKeyConverter : public XmlTextConverter<KernelConfigKey> {