Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue_unittest.cc39 down_handler_ = new Handler(down_thread_); in SetUp()
45 delete down_handler_; in TearDown()
52 Handler* down_handler_; member in bluetooth::common::__anon77973ac50111::BidiQueueTest
112 TestBidiQueueEnd<A, B> test_down(queue.GetDownEnd(), down_handler_); in TEST_F()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc84 down_handler_ = new bluetooth::os::Handler(down_thread_); in SetUp()
96 down_handler_->Clear(); in TearDown()
97 delete down_handler_; in TearDown()
107 bluetooth::os::Handler* down_handler_; member in __anon879154750111::StackBtmWithQueuesTest
Dstack_btm_sec_test.cc71 down_handler_ = new bluetooth::os::Handler(down_thread_); in SetUp()
80 down_handler_->Clear(); in TearDown()
81 delete down_handler_; in TearDown()
90 bluetooth::os::Handler* down_handler_; member in StackBtmSecWithQueuesTest