Searched refs:DurationWrapper (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/power/aidl/vts/ |
D | VtsHalPowerTargetTest.cpp | 53 class DurationWrapper : public WorkDuration { class 55 DurationWrapper(int64_t dur, int64_t time) { in DurationWrapper() function in aidl::android::hardware::power::__anonc06b81370111::DurationWrapper 70 DurationWrapper(1000L, 1L), 71 DurationWrapper(0L, 2L), 75 DurationWrapper(1000L, 1L), 76 DurationWrapper(-1000L, 2L), 80 DurationWrapper(1L, 1L), 81 DurationWrapper(1000L, 2L), 82 DurationWrapper(1000000L, 3L), 83 DurationWrapper(1000000000L, 4L),
|