Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/test/hidl_test/
H A DFooCallback.cpp61 Return<void> FooCallback::heyItsTheMeaningOfLife(uint8_t tmol) { in heyItsTheMeaningOfLife() argument
63 …ER(FooCallback) 6.1: heyItsTheMeaningOfLife = %d sleeping for %" PRId64 " seconds", tmol, DELAY_S); in heyItsTheMeaningOfLife()
65 ALOGI("SERVER(FooCallback) 6.2: heyItsTheMeaningOfLife = %d done sleeping", tmol); in heyItsTheMeaningOfLife()
H A DFooCallback.h28 Return<void> heyItsTheMeaningOfLife(uint8_t tmol) override;
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFooCallback.hal25 oneway heyItsTheMeaningOfLife(uint8_t tmol);