Searched refs:DurationWrapper (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/interfaces/power/aidl/vts/ |
H A 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::__anon088c6d230110::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),
|
/aosp12/frameworks/native/services/powermanager/benchmarks/ |
H A D | PowerHalAidlBenchmarks.cpp | 45 class DurationWrapper : public WorkDuration { class 47 DurationWrapper(int64_t dur, int64_t time) { in DurationWrapper() function in DurationWrapper 54 DurationWrapper(1L, 1L), 55 DurationWrapper(1000L, 2L), 56 DurationWrapper(1000000L, 3L), 57 DurationWrapper(1000000000L, 4L),
|