Home
last modified time | relevance | path

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

/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h15 static constexpr nsecs_t DELAY_S = 1; variable
16 static constexpr nsecs_t DELAY_NS = seconds_to_nanoseconds(DELAY_S);
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp135 << DELAY_S in callMe()