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

  /external/libnfc-nci/halimpl/bcm2079x/include/
StartupConfig.h 32 typedef std::basic_string<UINT8> uint8_string; typedef in class:StartupConfig
106 uint8_string mBuffer;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
StartupConfig.cpp 44 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0);
61 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0);
100 ALOGD ("%s: try append %u bytes", fn, (uint8_string::size_type) (newContent[0]));
102 mBuffer.append (newContent+1, (uint8_string::size_type) (newContent[0]));

Completed in 632 milliseconds