Home
last modified time | relevance | path

Searched refs:SIGNAL_TIME (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/ui/
H A DFenceTime.cpp63 if (CC_UNLIKELY(src.state != Snapshot::State::SIGNAL_TIME)) { in applyTrustedSnapshot()
223 : state(State::SIGNAL_TIME), signalTime(srcSignalTime) { in Snapshot()
233 case State::SIGNAL_TIME: in getFlattenedSize()
255 case State::SIGNAL_TIME: in flatten()
276 case State::SIGNAL_TIME: in unflatten()
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp547 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in getFlattenedSize()
596 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in flatten()
598 ::android::FenceTime::Snapshot::State::SIGNAL_TIME); in flatten()
637 case ::android::FenceTime::Snapshot::State::SIGNAL_TIME: in unflatten()
638 t->state = HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME; in unflatten()
H A DH2BGraphicBufferProducer.cpp590 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in getFlattenedSize()
644 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in flatten()
646 ::android::FenceTime::Snapshot::State::SIGNAL_TIME); in flatten()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFenceTime.h50 SIGNAL_TIME, enumerator
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFenceTime.h50 SIGNAL_TIME, enumerator
/aosp12/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp337 case FenceTime::Snapshot::State::SIGNAL_TIME: in applyFenceDelta()
/aosp12/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal50 SIGNAL_TIME,