HomeSort by relevance Sort by last modified time
    Searched defs:ConfigValue (Results 1 - 4 of 4) sorted by null

  /hardware/nxp/secure_element/libese-spi/p73/utils/
config.h 22 class ConfigValue {
53 ConfigValue& getValue(const std::string& key);
55 std::map<std::string, ConfigValue> values_;
  /system/nfc/utils/include/
config.h 22 class ConfigValue {
26 ConfigValue();
27 ConfigValue(std::string);
28 ConfigValue(unsigned);
29 ConfigValue(std::vector<uint8_t>);
48 void addConfig(const std::string& config, ConfigValue& value);
59 ConfigValue& getValue(const std::string& key);
61 std::map<std::string, ConfigValue> values_;
  /system/nfc/utils/
config.cc 44 ConfigValue::ConfigValue() {}
46 ConfigValue::ConfigValue(std::string value) {
53 ConfigValue::ConfigValue(unsigned value) {
58 ConfigValue::ConfigValue(std::vector<uint8_t> value) {
64 ConfigValue::Type ConfigValue::getType() const { return type_;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.c 810 UINT16 ConfigValue;
831 &ConfigValue,
835 ConfigValue = 0x01;
841 ConfigValue,
    [all...]

Completed in 88 milliseconds