Home
last modified time | relevance | path

Searched refs:SLEEP_CONT_100 (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_ut_test.cpp65 const int SLEEP_CONT_100 = 100; member
121 VblankCtr::GetInstance().WaitVblank(SLEEP_CONT_100); // wait for last vsync 100ms. in TearDown()
155 usleep(SLEEP_CONT_100 * SLEEP_CONT_1000); // wait for 100ms avoid the last vsync. in BENCHMARK_F()
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp44 const int SLEEP_CONT_100 = 100; variable
189 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in DestroyLayer()
195 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in DestroyLayer()
1057 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in HWTEST_F()
1088 ret = VblankCtr::GetInstance().WaitVblank(SLEEP_CONT_100); // 100ms in HWTEST_F()
1092 usleep(SLEEP_CONT_100 * SLEEP_CONT_2000); // wait for 100ms avoid the last vsync. in HWTEST_F()
1094 ret = VblankCtr::GetInstance().WaitVblank(SLEEP_CONT_100); // 100ms in HWTEST_F()
1165 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in HWTEST_F()
/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.cpp35 const int SLEEP_CONT_100 = 100; variable
591 usleep(SLEEP_CONT_100 * SLEEP_CONT_2000); // wait for 100ms avoid the last vsync. in TEST_F()

Completed in 5 milliseconds