Searched defs:KernelConfigKey (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/include/vintf/
H A DMatrixKernel.h30 struct KernelConfigKey : public std::string { struct in namespace:android::vintf
31 KernelConfigKey() : std::string() {} function in struct:android::vintf::KernelConfigKey
32 KernelConfigKey(const std::string &other) : std::string(other) {} function in struct:android::vintf::KernelConfigKey
33 KernelConfigKey(std::string &&other) : std::string(std::forward<std::string>(other)) {} function in struct:android::vintf::KernelConfigKey
36 using KernelConfig = std::pair<KernelConfigKey, KernelConfigTypedValue>;

Completed in 194 milliseconds