OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b64_in
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/src/
btif_debug_btsnoop.cc
197
uint8_t
b64_in
[3] = {0};
local
218
size_t read = ringbuffer_pop(ringbuffer,
b64_in
, 3);
223
line_length += b64_ntop(
b64_in
, read, b64_out, 5);
/system/nfc/src/adaptation/
debug_nfcsnoop.cc
153
uint8_t
b64_in
[3] = {0};
local
174
size_t read = ringbuffer_pop(ringbuffer,
b64_in
, 3);
179
line_length += b64_ntop(
b64_in
, read, b64_out, 5);
Completed in 96 milliseconds