Home
last modified time | relevance | path

Searched refs:getCachedSignalTime (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncReactor.cpp55 nsecs_t const signalTime = fence->getCachedSignalTime(); in addPresentFence()
67 auto const time = (*it)->getCachedSignalTime(); in addPresentFence()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFenceTime.h110 nsecs_t getCachedSignalTime() const;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFenceTime.h110 nsecs_t getCachedSignalTime() const;
/aosp12/frameworks/native/libs/ui/
H A DFenceTime.cpp174 nsecs_t FenceTime::getCachedSignalTime() const { in getCachedSignalTime() function in android::FenceTime
/aosp12/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp94 nsecs_t signalTime = fenceTime.getCachedSignalTime(); in dumpFenceTime()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2201 nsecs_t displayTime = cpt.display->getCachedSignalTime(); in updateCompositorTiming()