Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize) in ToHex() argument
81 for(i = 0, j = 0; i < len && j < hexStringSize-3; i++) in ToHex()