Searched refs:b64_in (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_debug_btsnoop.cc | 196 uint8_t b64_in[3] = {0}; in btif_debug_btsnoop_dump() local 217 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3); in btif_debug_btsnoop_dump() 222 line_length += b64_ntop(b64_in, read, b64_out, 5); in btif_debug_btsnoop_dump()
|
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 157 uint8_t b64_in[3] = {0}; in debug_nfcsnoop_dump() local 178 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3); in debug_nfcsnoop_dump() 183 line_length += b64_ntop(b64_in, read, b64_out, 5); in debug_nfcsnoop_dump()
|