Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_debug_btsnoop.cc156 uint8_t block_dst[BLOCK_SIZE]; in btsnoop_compress() local
167 zs.next_out = block_dst; in btsnoop_compress()
176 ringbuffer_insert(rb_dst, block_dst, length); in btsnoop_compress()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc102 std::unique_ptr<uint8_t> block_dst(new uint8_t[BLOCK_SIZE]); in nfcsnoop_compress() local
113 zs.next_out = block_dst.get(); in nfcsnoop_compress()
121 ringbuffer_insert(rb_dst, block_dst.get(), length); in nfcsnoop_compress()