Searched refs:newContentLen (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp88 ** newContentLen: total length of newContent.
93 bool StartupConfig::append (const UINT8* newContent, UINT8 newContentLen) argument
96 if ((newContentLen+mBuffer.size()) > mMaxLength)
102 ALOGD ("%s: try append %u bytes", fn, (uint8_string::size_type) (newContentLen));
104 mBuffer.append (newContent+1, (uint8_string::size_type) (newContentLen-1));
106 mBuffer[0] = mBuffer[0] + newContentLen-1;
/external/libnfc-nci/halimpl/bcm2079x/include/
H A DStartupConfig.h68 ** newContentLen: total length of newContent.
73 bool append (const UINT8* newContent, UINT8 newContentLen);

Completed in 2030 milliseconds