Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
H A DTime.h36 struct TimePoint : scheduler::SchedulerClock::time_point { struct
41 constexpr TimePoint(scheduler::SchedulerClock::time_point p) in TimePoint() argument
46 static TimePoint now() { return scheduler::SchedulerClock::now(); }; in now() argument
63 constexpr TimePoint::TimePoint(const Duration& d) : scheduler::SchedulerClock::time_point(d) {} in TimePoint() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dtime.h54 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dtime.h54 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dtime.h54 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() function
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchRealtimeTest.cpp55 void onFrameBegin(TimePoint, scheduler::FrameTime) final {} in onFrameBegin() argument
56 void onFrameMissed(TimePoint) final {} in onFrameMissed() argument
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h36 using TimePoint = std::chrono::time_point<std::chrono::system_clock>; variable
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DFakeValueGenerator.h43 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DChrono.h33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_9079_a.cpp29 typedef Clock::time_point TimePoint; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DChrono.h33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/external/pigweed/pw_chrono/py/pw_chrono/
H A Dtimestamp_analyzer.py54 captured_timepoint: chrono_pb2.TimePoint,
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/support/
H A Dtimer.h21 typedef Clock::time_point TimePoint; typedef
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_frametracker.h37 using TimePoint = Clock::time_point; variable
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DTime.h30 using TimePoint = std::chrono::time_point<std::chrono::steady_clock>; variable
/aosp_15_r20/external/libcxxabi/test/support/
H A Dtimer.hpp22 typedef Clock::time_point TimePoint; typedef in timer
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
H A Dop_-duration.pass.cpp26 typedef std::chrono::time_point<std::chrono::system_clock> TimePoint; in test2739() typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DChrono.h34 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.point/time.point.nonmember/
H A Dop_-duration.pass.cpp26 typedef std::chrono::time_point<std::chrono::system_clock> TimePoint; in test2739() typedef
/aosp_15_r20/external/pigweed/pw_chrono/
H A Dchrono.proto83 message TimePoint { message
/aosp_15_r20/frameworks/base/services/incremental/
H A DServiceWrappers.h41 using TimePoint = std::chrono::time_point<Clock>; variable
/aosp_15_r20/external/ruy/ruy/
H A Dtime.h34 using TimePoint = InternalDefaultClock::time_point; variable

12