Lines Matching refs:Snapshot
62 void FenceTime::applyTrustedSnapshot(const Snapshot& src) { in applyTrustedSnapshot()
63 if (CC_UNLIKELY(src.state != Snapshot::State::SIGNAL_TIME)) { in applyTrustedSnapshot()
71 if (src.state == Snapshot::State::EMPTY) { in applyTrustedSnapshot()
152 FenceTime::Snapshot FenceTime::getSnapshot() const { in getSnapshot()
156 return Snapshot(signalTime); in getSnapshot()
163 return Snapshot(signalTime); in getSnapshot()
165 return Snapshot(mFence); in getSnapshot()
190 FenceTime::Snapshot::Snapshot(const sp<Fence>& srcFence) in Snapshot() function in android::FenceTime::Snapshot
194 FenceTime::Snapshot::Snapshot(nsecs_t srcSignalTime) in Snapshot() function in android::FenceTime::Snapshot
198 size_t FenceTime::Snapshot::getFlattenedSize() const { in getFlattenedSize()
211 size_t FenceTime::Snapshot::getFdCount() const { in getFdCount()
215 status_t FenceTime::Snapshot::flatten( in flatten()
235 status_t FenceTime::Snapshot::unflatten( in unflatten()