Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DFenceTime.cpp75 if (CC_UNLIKELY(src.state != Snapshot::State::SIGNAL_TIME)) { in applyTrustedSnapshot()
207 : state(State::SIGNAL_TIME), signalTime(srcSignalTime) { in Snapshot()
217 case State::SIGNAL_TIME: in getFlattenedSize()
239 case State::SIGNAL_TIME: in flatten()
260 case State::SIGNAL_TIME: in unflatten()
/frameworks/native/libs/ui/include/ui/
DFenceTime.h49 SIGNAL_TIME, enumerator
/frameworks/native/libs/ui/include_vndk/ui/
DFenceTime.h49 SIGNAL_TIME, enumerator
/frameworks/av/media/libstagefright/bqhelper/
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()
/frameworks/native/libs/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.cpp585 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in getFlattenedSize()
639 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in flatten()
641 ::android::FenceTime::Snapshot::State::SIGNAL_TIME); in flatten()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp331 case FenceTime::Snapshot::State::SIGNAL_TIME: in applyFenceDelta()