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

  /system/nfc/src/adaptation/
nfc_config.cc 47 void NfcConfig::loadConfig() {
60 NfcConfig::NfcConfig() { loadConfig(); }
62 NfcConfig& NfcConfig::getInstance() {
63 static NfcConfig theInstance;
70 bool NfcConfig::hasKey(const std::string& key) {
74 std::string NfcConfig::getString(const std::string& key) {
78 std::string NfcConfig::getString(const std::string& key,
84 unsigned NfcConfig::getUnsigned(const std::string& key)
    [all...]
  /system/nfc/src/include/
nfc_config.h 55 class NfcConfig {
68 static NfcConfig& getInstance();
69 NfcConfig();

Completed in 72 milliseconds