• Home
  • Raw
  • Download

Lines Matching refs:openStream

34     bool openStream(Direction direction, PerformanceMode perfMode) {  in openStream()  function in TestStreamWaitState
37 Result r = mBuilder.openStream(&mStream); in openStream()
47 bool openStream(AudioStreamBuilder &builder) { in openStream() function in TestStreamWaitState
48 Result r = builder.openStream(&mStream); in openStream()
125 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
131 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::None)); in TEST_F()
140 ASSERT_TRUE(openStream(builder)); in TEST_F()
149 ASSERT_TRUE(openStream(builder)); in TEST_F()
156 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
162 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::None)); in TEST_F()
171 ASSERT_TRUE(openStream(builder)); in TEST_F()
180 ASSERT_TRUE(openStream(builder)); in TEST_F()
186 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
192 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
202 ASSERT_TRUE(openStream(builder)); in TEST_F()
209 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::LowLatency)); in TEST_F()
215 ASSERT_TRUE(openStream(Direction::Output, PerformanceMode::None)); in TEST_F()
221 ASSERT_TRUE(openStream(Direction::Input, PerformanceMode::LowLatency)); in TEST_F()
227 ASSERT_TRUE(openStream(Direction::Input, PerformanceMode::None)); in TEST_F()
236 ASSERT_TRUE(openStream(builder)); in TEST_F()
246 ASSERT_TRUE(openStream(builder)); in TEST_F()