Home
last modified time | relevance | path

Searched refs:Rep (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DPhysicalQuantityTypes.h35 template <class Rep, class Per>
36 struct is_chrono_duration<std::chrono::duration<Rep, Per>> : std::true_type {};
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer_test.cpp26 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/
Dringbuffer_test.cpp26 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/
DVtsHalAutomotiveVehicle_TargetTest.cpp108 template <class Rep, class Period>
110 const std::chrono::duration<Rep, Period>& timeout) { in waitForExpectedEvents() argument