Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc570 stringstream ss_hex; in dump() local
571 ss_hex.fill('0'); in dump()
573 ss_hex << setw(2) << hex << (int)b << " "; in dump()
575 ALOGV(" - %s = { %s}", tag.c_str(), ss_hex.str().c_str()); in dump()