Home
last modified time | relevance | path

Searched refs:thread_start_future (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_thread_test.cc46 auto thread_start_future = sls.Start(); in TEST_F() local
47 thread_start_future.wait(); in TEST_F()
48 ASSERT_TRUE(thread_start_future.get()); in TEST_F()
65 auto thread_start_future = sls.Start(); in TEST_F() local
66 thread_start_future.wait(); in TEST_F()
67 ASSERT_TRUE(thread_start_future.get()); in TEST_F()
81 auto thread_start_future = sls.Start(); in TEST_F() local
82 thread_start_future.wait(); in TEST_F()
83 ASSERT_TRUE(thread_start_future.get()); in TEST_F()
96 auto thread_start_future = sls.Start(); in TEST_F() local
[all …]
Dsnoop_logger_test.cc1476 auto thread_start_future = slsThread.Start(); in TEST_F() local
1477 thread_start_future.wait(); in TEST_F()
1478 ASSERT_TRUE(thread_start_future.get()); in TEST_F()
1644 auto thread_start_future = slsThread.Start(); in TEST_F() local
1645 thread_start_future.wait(); in TEST_F()
1646 ASSERT_TRUE(thread_start_future.get()); in TEST_F()