OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
92
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);
102
ALOGD ("%s: try append %u bytes", fn, (
uint8_string
::size_type) (newContentLen));
104
mBuffer.append (newContent+1, (
uint8_string
::size_type) (newContentLen-1));
Completed in 759 milliseconds