Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTracedOrdinal.h30 template <class Rep, class Period>
31 bool signbit(std::chrono::duration<Rep, Period> v) { in signbit() argument
50 template <class Rep, class Period>
51 int64_t to_int64(std::chrono::duration<Rep, Period> v) { in to_int64() argument
DRegionSamplingThread.cpp68 template <typename Rep, typename Per>
69 inline std::string toNsString(std::chrono::duration<Rep, Per> t) { in toNsString() argument
/frameworks/native/include/ftl/details/
Dfuture.h76 template <class Rep, class Period>
77 std::future_status wait_for(const std::chrono::duration<Rep, Period>& timeout_duration) const {
103 template <class Rep, class Period>
104 std::future_status wait_for(const std::chrono::duration<Rep, Period>& timeout_duration) const {
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DTime.h78 template <typename Period, typename Rep = Duration::rep>
79 constexpr Rep ticks(Duration d) { in ticks()
80 using D = std::chrono::duration<Rep, Period>; in ticks()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp32 template <typename Rep, typename Per>
33 constexpr nsecs_t toNs(std::chrono::duration<Rep, Per> const& tp) { in toNs() argument
/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp124 template <typename Rep, typename Period, typename ...Args>
125 int32_t waitFor(const std::chrono::duration<Rep, Period> &duration, Args... values) { in waitFor() argument