Searched refs:earliestPresentTime (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWComposer.h | 132 std::chrono::steady_clock::time_point earliestPresentTime, 141 HalDisplayId, std::chrono::steady_clock::time_point earliestPresentTime, 274 std::chrono::steady_clock::time_point earliestPresentTime, 283 HalDisplayId, std::chrono::steady_clock::time_point earliestPresentTime,
|
H A D | HWComposer.cpp | 467 std::chrono::steady_clock::time_point earliestPresentTime, in getDeviceCompositionChanges() argument 493 !prevFencePending && std::chrono::steady_clock::now() < earliestPresentTime; in getDeviceCompositionChanges() 561 HalDisplayId displayId, std::chrono::steady_clock::time_point earliestPresentTime, in presentAndGetReleaseFences() argument 582 std::this_thread::sleep_until(earliestPresentTime); in presentAndGetReleaseFences()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | CompositionRefreshArgs.h | 85 std::chrono::steady_clock::time_point earliestPresentTime; member
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | OutputCompositionState.h | 120 std::chrono::steady_clock::time_point earliestPresentTime; member
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | Display.cpp | 232 getState().earliestPresentTime, in chooseCompositionStrategy() 334 hwc.presentAndGetReleaseFences(*halDisplayIdOpt, getState().earliestPresentTime, in presentAndGetFrameFences()
|
H A D | Output.cpp | 737 editState().earliestPresentTime = refreshArgs.earliestPresentTime; in writeCompositionState()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | swapchain.cpp | 160 vals_.earliestPresentTime = 0; in calculate() 184 vals_.earliestPresentTime = static_cast<uint64_t>(early_time); in calculate()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 2109 refreshArgs.earliestPresentTime = prevVsyncTime - hwcMinWorkDuration; in onMessageRefresh()
|