Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/testing/
Dwired_pair_of_bidi_queues.h41 auto down_thing = queue_a_.GetDownEnd()->TryDequeue(); in dequeue_callback_a() local
42 if (!down_thing) log::error("Received dequeue, but no data ready..."); in dequeue_callback_a()
44 down_buffer_b_.Enqueue(A_TO_B(std::move(down_thing)), handler_); in dequeue_callback_a()
48 auto down_thing = queue_b_.GetDownEnd()->TryDequeue(); in dequeue_callback_b() local
49 if (!down_thing) log::error("Received dequeue, but no data ready..."); in dequeue_callback_b()
51 down_buffer_a_.Enqueue(A_TO_B(std::move(down_thing)), handler_); in dequeue_callback_b()