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::__anon5ce44f8f0111::BidiQueueTest
77 up_thread_ = new bluetooth::os::Thread( in SetUp()79 up_handler_ = new bluetooth::os::Handler(up_thread_); in SetUp()89 delete up_thread_; in TearDown()99 bluetooth::os::Thread* up_thread_; member in StackBtmSecWithQueuesTest
77 up_thread_ = new bluetooth::os::Thread( in SetUp()79 up_handler_ = new bluetooth::os::Handler(up_thread_); in SetUp()90 delete up_thread_; in TearDown()101 bluetooth::os::Thread* up_thread_; member in __anon6cde693f0111::StackBtmWithQueuesTest