Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_debug_btsnoop.cc133 static bool btsnoop_compress(ringbuffer_t* rb_dst, ringbuffer_t* rb_src) { in btsnoop_compress() argument
134 CHECK(rb_dst != NULL); in btsnoop_compress()
166 ringbuffer_insert(rb_dst, block_dst, length); in btsnoop_compress()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc76 static bool nfcsnoop_compress(ringbuffer_t* rb_dst, ringbuffer_t* rb_src) { in nfcsnoop_compress() argument
77 CHECK(rb_dst != nullptr); in nfcsnoop_compress()
109 ringbuffer_insert(rb_dst, block_dst, length); in nfcsnoop_compress()