Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/apf/
H A DApfFilter.java1676 hexDump("Installing filter: ", program, program.length); in installNewProgramLocked()
1711 private void hexDump(String msg, byte[] packet, int length) { in hexDump() method in ApfFilter
1734 if (VDBG) hexDump("Read packet = ", packet, length); in processRa()
/aosp12/hardware/interfaces/identity/support/tests/
H A Dcppbor_test.cpp39 string hexDump(const string& str) { in hexDump() function