Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DStartupConfig.cpp44 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0); in StartupConfig()
61 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0); in initialize()
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()
/external/libnfc-nci/halimpl/bcm2079x/include/
DStartupConfig.h32 typedef std::basic_string<UINT8> uint8_string; typedef
92 uint8_string mBuffer;