Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DFakeValueGenerator.h43 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.h41 using TimePoint = std::chrono::time_point<Clock>; variable
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DRecurrentTimer.h39 using TimePoint = std::chrono::time_point<Clock, Nanos>; variable
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncModulator.h86 using TimePoint = Clock::time_point; variable
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h102 typedef std::chrono::steady_clock::time_point TimePoint; typedef
/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp249 using TimePoint = decltype(std::chrono::high_resolution_clock::now()); typedef in incremental::IncrementalServer
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h961 using TimePoint = std::chrono::time_point<Clock, Duration>; variable
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp50 using TimePoint = std::chrono::time_point<Clock>; typedef