Home
last modified time | relevance | path

Searched defs:ConfigValue (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dconfig.cpp63 ConfigValue::ConfigValue() { in ConfigValue() function in ConfigValue
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dconfig.cpp44 ConfigValue::ConfigValue() { in ConfigValue() function in ConfigValue
/hardware/interfaces/biometrics/common/config/include/config/
DConfig.h37 using ConfigValue = std::variant<OptBool, OptInt32, OptInt64, OptString, OptIntVec>; variable