Home
last modified time | relevance | path

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

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