Home
last modified time | relevance | path

Searched refs:applyTrustedSnapshot (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DFenceTime.h101 void applyTrustedSnapshot(const Snapshot& src);
/frameworks/native/libs/ui/include/ui/
DFenceTime.h101 void applyTrustedSnapshot(const Snapshot& src);
/frameworks/native/libs/ui/
DFenceTime.cpp62 void FenceTime::applyTrustedSnapshot(const Snapshot& src) { in applyTrustedSnapshot() function in android::FenceTime
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp90 fence->applyTrustedSnapshot(snap); in signalFenceWithTime()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp339 (*dst)->applyTrustedSnapshot(src); in applyFenceDelta()