OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELAY_S
(Results
1 - 4
of
4
) sorted by null
/system/tools/hidl/test/
FooCallback.cpp
47
ALOGI("SERVER(FooCallback) 3: heyItsYouIsntIt cb = %p sleeping for %" PRId64 " seconds", _cb.get(),
DELAY_S
);
48
sleep(
DELAY_S
);
63
ALOGI("SERVER(FooCallback) 6.1: heyItsTheMeaningOfLife = %d sleeping for %" PRId64 " seconds", tmol,
DELAY_S
);
64
sleep(
DELAY_S
);
hidl_test_client.cpp
117
using ::android::
DELAY_S
;
969
// block Bar for
DELAY_S
seconds, and the third one will return
970
// to Bar right away (is oneway) but will itself block for
DELAY_S
seconds.
972
// 2*
DELAY_S
seconds plus some small tolerance.
[
all
...]
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
FooHelper.h
15
static constexpr nsecs_t
DELAY_S
= 1;
16
static constexpr nsecs_t DELAY_NS = seconds_to_nanoseconds(
DELAY_S
);
/hardware/interfaces/tests/foo/1.0/default/
Foo.cpp
111
<<
DELAY_S
Completed in 5705 milliseconds