Searched refs:Rep (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PhysicalQuantityTypes.h | 35 template <class Rep, class Per> 36 struct is_chrono_duration<std::chrono::duration<Rep, Per>> : std::true_type {};
|
/hardware/qcom/sm7250/display/libhistogram/ |
D | ringbuffer_test.cpp | 26 template <typename Rep, typename Per> 27 nsecs_t toNsecs(std::chrono::duration<Rep, Per> time) { in toNsecs() argument 31 template <typename Rep, typename Per> 32 uint64_t toMs(std::chrono::duration<Rep, Per> time) { in toMs() argument
|
/hardware/qcom/sm8150/display/libhistogram/ |
D | ringbuffer_test.cpp | 26 template <typename Rep, typename Per> 27 nsecs_t toNsecs(std::chrono::duration<Rep, Per> time) { in toNsecs() argument 31 template <typename Rep, typename Per> 32 uint64_t toMs(std::chrono::duration<Rep, Per> time) { in toMs() argument
|
/hardware/interfaces/automotive/vehicle/vts/src/ |
D | VtsHalAutomotiveVehicle_TargetTest.cpp | 108 template <class Rep, class Period> 110 const std::chrono::duration<Rep, Period>& timeout) { in waitForExpectedEvents() argument
|