Searched refs:channel_queue_end (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | basic_mode_channel_data_controller.cc | 27 …aController::BasicModeDataController(Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, in BasicModeDataController() argument 29 …: cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(handler), sched… in BasicModeDataController()
|
D | le_credit_based_channel_data_controller.cc | 31 … UpperQueueDownEnd* channel_queue_end, os::Handler* handler, in LeCreditBasedDataController() argument 33 …: cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(handler), sched… in LeCreditBasedDataController()
|
D | basic_mode_channel_data_controller.h | 44 …BasicModeDataController(Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, os::Handler…
|
D | le_credit_based_channel_data_controller.h | 45 …editBasedDataController(ILink* link, Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end,
|
D | enhanced_retransmission_mode_channel_data_controller.h | 46 …ErtmController(ILink* link, Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, os::Han…
|
D | enhanced_retransmission_mode_channel_data_controller.cc | 34 …troller::ErtmController(ILink* link, Cid cid, Cid remote_cid, UpperQueueDownEnd* channel_queue_end, in ErtmController() argument 36 …: link_(link), cid_(cid), remote_cid_(remote_cid), enqueue_buffer_(channel_queue_end), handler_(ha… in ErtmController()
|