Searched refs:Rep (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | TracedOrdinal.h | 25 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
|
D | RegionSamplingThread.cpp | 68 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/ |
D | VSyncDispatchRealtimeTest.cpp | 31 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/ |
D | MediaCodecTest.cpp | 121 template <typename Rep, typename Period, typename ...Args> 122 int32_t waitFor(const std::chrono::duration<Rep, Period> &duration, Args... values) { in waitFor() argument
|