Searched refs:GetNumValue (Results 1 - 11 of 11) sorted by relevance

/external/libnfc-nci/src/adaptation/
H A DOverrideLog.cpp53 GetNumValue (NAME_APPL_TRACE_LEVEL, &num, sizeof(num));
H A DNfcAdaptation.cpp105 if ( GetNumValue ( NAME_PROTOCOL_TRACE_LEVEL, &num, sizeof ( num ) ) )
H A Dconfig.cpp670 ** Function: GetNumValue
677 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) function
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DOverrideLog.cpp55 GetNumValue (NAME_APPL_TRACE_LEVEL, &num, sizeof(num));
H A Dspdhelper.cpp84 if(!GetNumValue((char*)NAME_SPD_MAXRETRYCOUNT, &mMaxErrorCount, sizeof(mMaxErrorCount)))
86 if (!GetNumValue((char*)NAME_SPD_DEBUG, &mSpdDebug, sizeof(mSpdDebug)))
H A DHalAdaptation.cpp66 if (GetNumValue((char*)NAME_XTAL_FREQUENCY, &freq, sizeof(freq)))
74 if ( GetNumValue ( NAME_PROTOCOL_TRACE_LEVEL, &num, sizeof ( num ) ) )
80 if ( GetNumValue ( NAME_APPL_TRACE_LEVEL, &num, sizeof ( num ) ) ) {
H A Dpatchram.cpp381 GetNumValue((char*)NFA_CONFIG_FORMAT, &patch_format, sizeof(patch_format));
448 if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0))
490 if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0))
H A Duserial_linux.c923 if ( GetNumValue ( NAME_UART_PORT, &num, sizeof ( num ) ) )
925 if ( GetNumValue ( NAME_LOW_SPEED_TRANSPORT, &num, sizeof ( num ) ) )
927 if ( GetNumValue ( NAME_NFC_WAKE_DELAY, &num, sizeof ( num ) ) )
929 if ( GetNumValue ( NAME_NFC_WRITE_DELAY, &num, sizeof ( num ) ) )
931 if ( GetNumValue ( NAME_PERF_MEASURE_FREQ, &num, sizeof ( num ) ) )
933 if ( GetNumValue ( NAME_POWER_ON_DELAY, &num, sizeof ( num ) ) )
935 if ( GetNumValue ( NAME_PRE_POWER_OFF_DELAY, &num, sizeof ( num ) ) )
937 if ( GetNumValue ( NAME_POST_POWER_OFF_DELAY, &num, sizeof ( num ) ) )
1549 if ( GetNumValue ( NAME_READ_MULTI_PACKETS, &num, sizeof ( num ) ) )
1577 if ( GetNumValue ( NAME_CLIENT_ADDRES
[all...]
H A Dconfig.cpp670 ** Function: GetNumValue
677 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len) function
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dconfig.h27 int GetNumValue(const char* name, void* p_value, unsigned long len);
/external/libnfc-nci/src/include/
H A Dconfig.h27 int GetNumValue(const char* name, void* p_value, unsigned long len);

Completed in 116 milliseconds