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