Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DFenceTime.cpp63 if (CC_UNLIKELY(src.state != Snapshot::State::SIGNAL_TIME)) { in applyTrustedSnapshot()
195 : state(State::SIGNAL_TIME), signalTime(srcSignalTime) { in Snapshot()
205 case State::SIGNAL_TIME: in getFlattenedSize()
227 case State::SIGNAL_TIME: in flatten()
248 case State::SIGNAL_TIME: in unflatten()
/frameworks/native/libs/ui/include_vndk/ui/
DFenceTime.h50 SIGNAL_TIME, enumerator
/frameworks/native/libs/ui/include/ui/
DFenceTime.h50 SIGNAL_TIME, enumerator
/frameworks/native/libs/gui/bufferqueue/1.0/
DConversion.cpp561 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in getFlattenedSize()
610 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in flatten()
612 ::android::FenceTime::Snapshot::State::SIGNAL_TIME); in flatten()
651 case ::android::FenceTime::Snapshot::State::SIGNAL_TIME: in unflatten()
652 t->state = HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME; in unflatten()
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()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp337 case FenceTime::Snapshot::State::SIGNAL_TIME: in applyFenceDelta()