Home
last modified time | relevance | path

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

/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp43 const int SLEEP_CONT_100 = 100; variable
188 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in DestroyLayer()
194 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in DestroyLayer()
848 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in HWTEST_F()
872 ret = VblankCtr::GetInstance().WaitVblank(SLEEP_CONT_100); // 100ms in HWTEST_F()
876 usleep(SLEEP_CONT_100 * SLEEP_CONT_2000); // wait for 100ms avoid the last vsync. in HWTEST_F()
878 ret = VblankCtr::GetInstance().WaitVblank(SLEEP_CONT_100); // 100ms in HWTEST_F()
935 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_CONT_100)); in HWTEST_F()
/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp35 const int SLEEP_CONT_100 = 100; variable
567 usleep(SLEEP_CONT_100 * SLEEP_CONT_2000); // wait for 100ms avoid the last vsync. in TEST_F()

Completed in 4 milliseconds