Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_debug_btsnoop.cc201 uint8_t b64_in[3] = {0}; in btif_debug_btsnoop_dump() local
222 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3); in btif_debug_btsnoop_dump()
230 line_length += b64_ntop(b64_in, read, b64_out, 5); in btif_debug_btsnoop_dump()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc180 uint8_t b64_in[3] = {0}; in debug_nfcsnoop_dump() local
201 size_t read = ringbuffer_pop(ringbuffer, b64_in, 3); in debug_nfcsnoop_dump()
206 line_length += b64_ntop(b64_in, read, b64_out, 5); in debug_nfcsnoop_dump()