Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTracedOrdinal.h25 template <class Rep, class Period>
26 bool signbit(std::chrono::duration<Rep, Period> v) { in signbit() argument
39 template <class Rep, class Period>
40 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/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp31 template <typename Rep, typename Per>
32 constexpr nsecs_t toNs(std::chrono::duration<Rep, Per> const& tp) { in toNs() argument
/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp121 template <typename Rep, typename Period, typename ...Args>
122 int32_t waitFor(const std::chrono::duration<Rep, Period> &duration, Args... values) { in waitFor() argument