Searched refs:up_thread_ (Results 1 – 3 of 3) sorted by relevance
36 up_thread_ = new Thread("up_thread", Thread::Priority::NORMAL); in SetUp()37 up_handler_ = new Handler(up_thread_); in SetUp()44 delete up_thread_; in TearDown()49 Thread* up_thread_; member in bluetooth::common::__anon77973ac50111::BidiQueueTest
80 up_thread_ = new bluetooth::os::Thread("up_thread", bluetooth::os::Thread::Priority::NORMAL); in SetUp()81 up_handler_ = new bluetooth::os::Handler(up_thread_); in SetUp()95 delete up_thread_; in TearDown()104 bluetooth::os::Thread* up_thread_; member in __anon879154750111::StackBtmWithQueuesTest
67 up_thread_ = new bluetooth::os::Thread("up_thread", bluetooth::os::Thread::Priority::NORMAL); in SetUp()68 up_handler_ = new bluetooth::os::Handler(up_thread_); in SetUp()79 delete up_thread_; in TearDown()87 bluetooth::os::Thread* up_thread_; member in StackBtmSecWithQueuesTest