/system/bt/gd/l2cap/internal/ |
D | basic_mode_channel_data_controller_test.cc | 56 queue_handler_ = new os::Handler(thread_); in SetUp() 60 queue_handler_->Clear(); in TearDown() 62 delete queue_handler_; in TearDown() 69 os::Handler* queue_handler_ = nullptr; member in bluetooth::l2cap::internal::__anondc822bb30111::BasicModeDataControllerTest 75 BasicModeDataController controller{1, 1, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 91 BasicModeDataController controller{1, 1, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 94 sync_handler(queue_handler_); in TEST_F()
|
D | le_credit_based_channel_data_controller_test.cc | 56 queue_handler_ = new os::Handler(thread_); in SetUp() 60 queue_handler_->Clear(); in TearDown() 62 delete queue_handler_; in TearDown() 69 os::Handler* queue_handler_ = nullptr; member in bluetooth::l2cap::internal::__anon3d1371360111::LeCreditBasedDataControllerTest 76 …taController controller{&link, 0x41, 0x41, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 96 …taController controller{&link, 0x41, 0x41, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 128 …taController controller{&link, 0x41, 0x41, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 134 sync_handler(queue_handler_); in TEST_F() 145 …taController controller{&link, 0x41, 0x41, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 156 sync_handler(queue_handler_); in TEST_F() [all …]
|
D | enhanced_retransmission_mode_channel_data_controller_test.cc | 58 queue_handler_ = new os::Handler(thread_); in SetUp() 62 queue_handler_->Clear(); in TearDown() 64 delete queue_handler_; in TearDown() 71 os::Handler* queue_handler_ = nullptr; member in bluetooth::l2cap::internal::__anonee177b270111::ErtmDataControllerTest 78 ErtmController controller{&link, 1, 1, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 101 ErtmController controller{&link, 1, 1, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 107 sync_handler(queue_handler_); in TEST_F() 118 ErtmController controller{&link, 1, 1, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() 133 sync_handler(queue_handler_); in TEST_F() 144 ErtmController controller{&link, 1, 1, channel_queue.GetDownEnd(), queue_handler_, &scheduler}; in TEST_F() [all …]
|
D | sender_test.cc | 76 queue_handler_ = new os::Handler(thread_); in SetUp() 81 sender_ = new Sender(queue_handler_, &link_, &scheduler_, mock_channel_); in SetUp() 85 queue_handler_->Clear(); in TearDown() 88 delete queue_handler_; in TearDown() 95 os::Handler* queue_handler_ = nullptr; member in bluetooth::l2cap::internal::__anoncea1feda0111::L2capSenderTest 109 queue_handler_, common::Bind(&L2capSenderTest::enqueue_callback, common::Unretained(this))); in TEST_F()
|
D | scheduler_fifo_test.cc | 67 queue_handler_ = new os::Handler(thread_); in SetUp() 68 mock_data_pipeline_manager_ = new testing::MockDataPipelineManager(queue_handler_, &queue_end_); in SetUp() 69 fifo_ = new Fifo(mock_data_pipeline_manager_, &queue_end_, queue_handler_); in SetUp() 75 queue_handler_->Clear(); in TearDown() 76 delete queue_handler_; in TearDown() 81 os::Handler* queue_handler_ = nullptr; member in bluetooth::l2cap::internal::__anon892e6c3b0111::L2capSchedulerFifoTest
|