Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue_unittest.cc37 up_handler_ = new Handler(up_thread_); in SetUp()
43 delete up_handler_; in TearDown()
50 Handler* up_handler_; member in bluetooth::common::__anon5ce44f8f0111::BidiQueueTest
121 TestBidiQueueEnd<B, A> test_up(queue.GetUpEnd(), up_handler_); in TEST_F()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc79 up_handler_ = new bluetooth::os::Handler(up_thread_); in SetUp()
84 bluetooth::hci::testing::mock_gd_shim_handler_ = up_handler_; in SetUp()
87 up_handler_->Clear(); in TearDown()
88 delete up_handler_; in TearDown()
100 bluetooth::os::Handler* up_handler_; member in StackBtmSecWithQueuesTest
Dstack_btm_test.cc79 up_handler_ = new bluetooth::os::Handler(up_thread_); in SetUp()
84 bluetooth::hci::testing::mock_gd_shim_handler_ = up_handler_; in SetUp()
88 up_handler_->Clear(); in TearDown()
89 delete up_handler_; in TearDown()
102 bluetooth::os::Handler* up_handler_; member in __anon6cde693f0111::StackBtmWithQueuesTest