Searched refs:otherLayer (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp356 sp<Layer> otherLayer = nullptr; local
358 otherLayer = static_cast<Layer::Handle*>(state.barrierHandle.get())->owner.promote();
362 otherLayer = (static_cast<MonitoredProducer*>(gbp.get()))->getLayer();
367 addDeferTransactionLocked(transaction, layerId, otherLayer, state.frameNumber);
H A DSurfaceFlinger.cpp2973 const auto& otherLayer = local
2975 layer->deferTransactionUntil(otherLayer, s.frameNumber);
H A DSurfaceFlinger_hwc1.cpp2633 const auto& otherLayer = local
2635 layer->deferTransactionUntil(otherLayer, s.frameNumber);

Completed in 477 milliseconds