Home
last modified time | relevance | path

Searched refs:waitForAtLeastOneCycle (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
Dstreamworker_tests.cpp128 worker.waitForAtLeastOneCycle(); in TEST_P()
135 worker.waitForAtLeastOneCycle(); in TEST_P()
142 worker.waitForAtLeastOneCycle(); in TEST_P()
156 worker.waitForAtLeastOneCycle(); in TEST_P()
166 worker.waitForAtLeastOneCycle(); in TEST_P()
176 worker.waitForAtLeastOneCycle(); in TEST_P()
185 worker.waitForAtLeastOneCycle(); in TEST_P()
192 worker.waitForAtLeastOneCycle(); in TEST_P()
200 EXPECT_TRUE(worker.waitForAtLeastOneCycle()); in TEST_P()
207 EXPECT_FALSE(worker.waitForAtLeastOneCycle()); in TEST_P()
/hardware/interfaces/audio/aidl/common/tests/
Dstreamworker_tests.cpp148 EXPECT_TRUE(worker.waitForAtLeastOneCycle()); in TEST_P()
157 EXPECT_TRUE(worker.waitForAtLeastOneCycle()); in TEST_P()
166 worker.waitForAtLeastOneCycle(); in TEST_P()
182 worker.waitForAtLeastOneCycle(); in TEST_P()
190 worker.waitForAtLeastOneCycle(); in TEST_P()
199 EXPECT_TRUE(worker.waitForAtLeastOneCycle()); in TEST_P()
213 EXPECT_TRUE(worker.waitForAtLeastOneCycle()); in TEST_P()
223 worker.waitForAtLeastOneCycle(); in TEST_P()
233 worker.waitForAtLeastOneCycle(); in TEST_P()
242 EXPECT_TRUE(worker.waitForAtLeastOneCycle()); in TEST_P()
[all …]
/hardware/interfaces/audio/aidl/common/include/
DStreamWorker.h66 bool waitForAtLeastOneCycle();
156 bool waitForAtLeastOneCycle() { return mThread.waitForAtLeastOneCycle(); } in waitForAtLeastOneCycle() function
/hardware/interfaces/audio/core/all-versions/vts/functional/
DStreamWorker.h54 bool waitForAtLeastOneCycle() { in waitForAtLeastOneCycle() function
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DAudioPrimaryHidlHalTest.cpp609 EXPECT_TRUE(writer.waitForAtLeastOneCycle()); in TEST_P()
621 ASSERT_TRUE(writer.waitForAtLeastOneCycle()); in TEST_P()
637 ASSERT_TRUE(writer.waitForAtLeastOneCycle()); in TEST_P()
769 EXPECT_TRUE(reader.waitForAtLeastOneCycle()); in TEST_P()
781 EXPECT_TRUE(reader.waitForAtLeastOneCycle()); in TEST_P()
794 EXPECT_TRUE(reader.waitForAtLeastOneCycle()); in TEST_P()
/hardware/interfaces/audio/aidl/common/
DStreamWorker.cpp61 bool ThreadController::waitForAtLeastOneCycle() { in waitForAtLeastOneCycle() function in android::hardware::audio::common::internal::ThreadController