Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dkeychords_test.cpp182 void RelaxForMs(std::chrono::milliseconds wait = 1ms);
214 void TestFrame::RelaxForMs(std::chrono::milliseconds wait) { in RelaxForMs() function in android::init::__anoneb9747b80110::TestFrame
221 RelaxForMs(); in SetChord()
228 RelaxForMs(); in SetChords()
262 for (int retry = 1000; retry && !IsChord(chord); --retry) RelaxForMs(); in WaitForChord()
303 for (int retry = 1000; retry && before == InitInputFds(); --retry) test_frame.RelaxForMs(); in TEST()