Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/adaptation/
Dspdhelper.cpp46 inline const char* toHex(uint8_t b) { in toHex() function
59 for (int i = 0; i < 8 && i < len; ++i) strNew.append(toHex(*prm++)); in isPatchBadImpl()
/system/extras/multinetwork/
Dquick_test.sh19 function toHex() { function