Home
last modified time | relevance | path

Searched refs:SIGNAL_TIME (Results 1 – 5 of 5) 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/include/ui/
DFenceTime.h49 SIGNAL_TIME, enumerator
/frameworks/av/media/libstagefright/omx/1.0/
DConversion.h1202 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in getFlattenedSize()
1251 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in flatten()
1253 ::android::FenceTime::Snapshot::State::SIGNAL_TIME); in flatten()
1292 case ::android::FenceTime::Snapshot::State::SIGNAL_TIME: in unflatten()
1293 t->state = HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME; in unflatten()
/frameworks/native/libs/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.cpp583 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in getFlattenedSize()
637 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME: in flatten()
639 ::android::FenceTime::Snapshot::State::SIGNAL_TIME); in flatten()
/frameworks/native/libs/gui/
DFrameTimestamps.cpp331 case FenceTime::Snapshot::State::SIGNAL_TIME: in applyFenceDelta()