OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delay_async
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/tests/input/evdev/
TestHelpers.h
29
* want, so save the return value from
delay_async
into a variable:
31
* auto f =
delay_async
(100ms, []{ ALOGD("Hello world"); });
34
decltype(auto)
delay_async
(Duration&& delay, Function&& task)
function in namespace:android
InputHub_test.cpp
87
auto f =
delay_async
(100ms, [&]() { EXPECT_EQ(OK, mInputHub->wake()); });
110
auto f =
delay_async
(100ms,
148
auto f =
delay_async
(100ms, [&]() { deviceFile.reset(); });
172
auto f =
delay_async
(inputDelayMs, [&] {
229
auto f =
delay_async
(100ms,
Completed in 167 milliseconds