Home
last modified time | relevance | path

Searched refs:willPresentCurrentTransaction (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.h910 bool willPresentCurrentTransaction() const;
DSurfaceFlinger.cpp5831 layer->willPresentCurrentTransaction() || in setClientStateLocked()
5960 bool willPresentCurrentTransaction = requestedLayerState && in updateLayerCallbacksAndStats() local
5963 if (layer->setTransactionCompletedListeners(callbackHandles, willPresentCurrentTransaction)) in updateLayerCallbacksAndStats()
DLayer.cpp2988 bool Layer::willPresentCurrentTransaction() const { in willPresentCurrentTransaction() function in android::Layer