Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Diodev_unittest.cc1923 unsigned int got_hw_level, got_frames; in TEST() local
1944 got_frames = cras_iodev_frames_to_play_in_sleep( in TEST()
1947 EXPECT_EQ(got_frames, 514); in TEST()
1953 got_frames = cras_iodev_frames_to_play_in_sleep( in TEST()
1956 EXPECT_EQ(got_frames, 1026); in TEST()
1962 got_frames = cras_iodev_frames_to_play_in_sleep( in TEST()
1965 EXPECT_EQ(got_frames, 208); in TEST()
1971 got_frames = cras_iodev_frames_to_play_in_sleep( in TEST()
1974 EXPECT_EQ(got_frames, 0); in TEST()
1982 got_frames = cras_iodev_frames_to_play_in_sleep( in TEST()
[all …]