HomeSort by relevance Sort by last modified time
    Searched refs:GetNumValue (Results 1 - 15 of 15) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp 57 if (GetNumValue (NAME_APPL_TRACE_LEVEL, &num, sizeof(num)))
spdhelper.cpp 103 if(!GetNumValue((char*)NAME_SPD_MAXRETRYCOUNT, &mMaxErrorCount, sizeof(mMaxErrorCount)))
106 if (!GetNumValue((char*)NAME_SPD_DEBUG, &mSpdDebug, sizeof(mSpdDebug)))
HalAdaptation.cpp 95 if ( GetNumValue ( NAME_GLOBAL_RESET, &num, sizeof ( num ) ) )
106 if ( GetNumValue ( NAME_PRESERVE_STORAGE, (char*)&num, sizeof ( num ) ) &&
114 if ( GetNumValue ( NAME_USE_RAW_NCI_TRACE, &num, sizeof ( num ) ) )
124 if ( GetNumValue ( NAME_PROTOCOL_TRACE_LEVEL, &num, sizeof ( num ) ) )
151 else if ( GetNumValue ( NAME_UART_STOPBITS, &num, sizeof ( num ) ) )
161 if ( GetNumValue ( NAME_UART_DATABITS, &num, sizeof ( num ) ) )
169 if ( GetNumValue ( NAME_UART_BAUD, &num, sizeof ( num ) ) )
198 if ( GetNumValue ( NAME_NFCC_ENABLE_TIMEOUT, &num, sizeof ( num ) ) )
203 if ( GetNumValue ( NAME_NFA_MAX_EE_SUPPORTED, &num, sizeof ( num ) ) && num == 0 )
patchram.cpp 388 if (GetNumValue(NAME_NFA_MAX_EE_SUPPORTED, &num, sizeof(num)))
526 GetNumValue(NAME_ALLOW_NO_NVM, &allow_no_nvm, sizeof(allow_no_nvm));
541 if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0))
596 if (GetNumValue (NAME_XTAL_HARDWARE_ID, &num, sizeof(num)))
599 if (GetNumValue (NAME_XTAL_FREQUENCY, &num, sizeof(num)))
602 if (GetNumValue (NAME_XTAL_FREQ_INDEX, &num, sizeof(num)))
userial_linux.c 979 if ( GetNumValue ( NAME_UART_PORT, &num, sizeof ( num ) ) )
981 if ( GetNumValue ( NAME_LOW_SPEED_TRANSPORT, &num, sizeof ( num ) ) )
983 if ( GetNumValue ( NAME_NFC_WAKE_DELAY, &num, sizeof ( num ) ) )
985 if ( GetNumValue ( NAME_NFC_WRITE_DELAY, &num, sizeof ( num ) ) )
987 if ( GetNumValue ( NAME_PERF_MEASURE_FREQ, &num, sizeof ( num ) ) )
989 if ( GetNumValue ( NAME_POWER_ON_DELAY, &num, sizeof ( num ) ) )
991 if ( GetNumValue ( NAME_PRE_POWER_OFF_DELAY, &num, sizeof ( num ) ) )
993 if ( GetNumValue ( NAME_POST_POWER_OFF_DELAY, &num, sizeof ( num ) ) )
995 if ( GetNumValue ( NAME_POWER_OFF_MODE, &num, sizeof ( num ) ) )
    [all...]
config.cpp 658 ** Function: GetNumValue
665 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len)
  /external/libnfc-nci/src/adaptation/
OverrideLog.cpp 55 if (GetNumValue (NAME_APPL_TRACE_LEVEL, &num, sizeof(num)))
NfcAdaptation.cpp 120 if ( GetNumValue ( NAME_USE_RAW_NCI_TRACE, &num, sizeof ( num ) ) )
133 if ( GetNumValue ( NAME_PROTOCOL_TRACE_LEVEL, &num, sizeof ( num ) ) )
139 if ( GetNumValue ( NAME_NFA_MAX_EE_SUPPORTED, &num, sizeof ( num ) ) )
159 if ( GetNumValue ( NAME_PRESERVE_STORAGE, (char*)&num, sizeof ( num ) ) &&
config.cpp 673 ** Function: GetNumValue
680 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len)
  /external/libnfc-nci/src/include/
config.h 27 int GetNumValue(const char* name, void* p_value, unsigned long len);
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 52 if (GetNumValue("ACTIVE_SE", &num, sizeof(num)))
58 if (GetNumValue("DEFAULT_ISODEP_ROUTE", &num, sizeof(num)))
66 if (GetNumValue("DEFAULT_OFFHOST_ROUTE", &num, sizeof(num)))
71 if (GetNumValue("AID_MATCHING_MODE", &num, sizeof(num)))
PowerSwitch.cpp 105 if (GetNumValue (NAME_SCREEN_OFF_POWER_STATE, &num, sizeof(num)))
NativeNfcManager.cpp     [all...]
PeerToPeer.cpp 116 if (GetNumValue ("P2P_LISTEN_TECH_MASK", &num, sizeof (num)))
    [all...]
NfcTag.cpp 103 if (GetNumValue(NAME_PRESENCE_CHECK_ALGORITHM, &num, sizeof(num)))
    [all...]

Completed in 642 milliseconds