Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Dbasic_mode_channel_data_controller.cc25 …aController::BasicModeDataController(Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, in BasicModeDataController() argument
27 …: cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(handler), sched… in BasicModeDataController()
Dle_credit_based_channel_data_controller.cc29 … UpperQueueDownEnd* channel_queue_end, os::Handler* handler, in LeCreditBasedDataController() argument
31 …: cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(handler), sched… in LeCreditBasedDataController()
Dbasic_mode_channel_data_controller.h44 …BasicModeDataController(Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, os::Handler…
Dle_credit_based_channel_data_controller.h45 …editBasedDataController(ILink* link, Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end,
Denhanced_retransmission_mode_channel_data_controller.h46 …ErtmController(ILink* link, Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, os::Han…
Denhanced_retransmission_mode_channel_data_controller.cc32 …troller::ErtmController(ILink* link, Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, in ErtmController() argument
34 …: link_(link), cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(ha… in ErtmController()