Searched refs:rb_dst (Results 1 – 2 of 2) sorted by relevance
143 static bool btsnoop_compress(ringbuffer_t* rb_dst, ringbuffer_t* rb_src) { in btsnoop_compress() argument144 CHECK(rb_dst != NULL); in btsnoop_compress()176 ringbuffer_insert(rb_dst, block_dst, length); in btsnoop_compress()
89 static bool nfcsnoop_compress(ringbuffer_t* rb_dst, ringbuffer_t* rb_src) { in nfcsnoop_compress() argument90 CHECK(rb_dst != nullptr); in nfcsnoop_compress()121 ringbuffer_insert(rb_dst, block_dst.get(), length); in nfcsnoop_compress()