Searched refs:b64_out (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_debug_btsnoop.cc | 202 char b64_out[5] = {0}; in btif_debug_btsnoop_dump() local 230 line_length += b64_ntop(b64_in, read, b64_out, 5); in btif_debug_btsnoop_dump() 231 dprintf(fd, "%s", b64_out); in btif_debug_btsnoop_dump()
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 181 char b64_out[5] = {0}; in debug_nfcsnoop_dump() local 206 line_length += b64_ntop(b64_in, read, b64_out, 5); in debug_nfcsnoop_dump() 207 dprintf(fd, "%s", b64_out); in debug_nfcsnoop_dump()
|