Home
last modified time | relevance | path

Searched refs:applyTrustedSnapshot (Results 1 – 4 of 4) 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/libs/gui/
DFrameTimestamps.cpp333 (*dst)->applyTrustedSnapshot(src); in applyFenceDelta()