Searched refs:ss_hex (Results 1 – 1 of 1) sorted by relevance
570 stringstream ss_hex; in dump() local571 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()