Searched refs:channel_queue_end (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | basic_mode_channel_data_controller.cc | 25 …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()
|
D | le_credit_based_channel_data_controller.cc | 29 … 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()
|
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 | 32 …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()
|