Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc34 static unsigned int cras_iodev_get_output_buffer_called; variable
70 cras_iodev_get_output_buffer_called = 0; in ResetGlobalStubData()
523 EXPECT_EQ(0, cras_iodev_get_output_buffer_called); in TEST_F()
551 EXPECT_EQ(0, cras_iodev_get_output_buffer_called); in TEST_F()
583 EXPECT_EQ(0, cras_iodev_get_output_buffer_called); in TEST_F()
592 EXPECT_EQ(1, cras_iodev_get_output_buffer_called); in TEST_F()
620 EXPECT_EQ(0, cras_iodev_get_output_buffer_called); in TEST_F()
861 cras_iodev_get_output_buffer_called++; in cras_iodev_get_output_buffer()