Lines Matching refs:Snapshot
74 void FenceTime::applyTrustedSnapshot(const Snapshot& src) { in applyTrustedSnapshot()
75 if (CC_UNLIKELY(src.state != Snapshot::State::SIGNAL_TIME)) { in applyTrustedSnapshot()
83 if (src.state == Snapshot::State::EMPTY) { in applyTrustedSnapshot()
164 FenceTime::Snapshot FenceTime::getSnapshot() const { in getSnapshot()
168 return Snapshot(signalTime); in getSnapshot()
175 return Snapshot(signalTime); in getSnapshot()
177 return Snapshot(mFence); in getSnapshot()
202 FenceTime::Snapshot::Snapshot(const sp<Fence>& srcFence) in Snapshot() function in android::FenceTime::Snapshot
206 FenceTime::Snapshot::Snapshot(nsecs_t srcSignalTime) in Snapshot() function in android::FenceTime::Snapshot
210 size_t FenceTime::Snapshot::getFlattenedSize() const { in getFlattenedSize()
223 size_t FenceTime::Snapshot::getFdCount() const { in getFdCount()
227 status_t FenceTime::Snapshot::flatten( in flatten()
247 status_t FenceTime::Snapshot::unflatten( in unflatten()