Searched refs:willPresentCurrentTransaction (Results 1 – 3 of 3) sorted by relevance
910 bool willPresentCurrentTransaction() const;
5831 layer->willPresentCurrentTransaction() || in setClientStateLocked()5960 bool willPresentCurrentTransaction = requestedLayerState && in updateLayerCallbacksAndStats() local5963 if (layer->setTransactionCompletedListeners(callbackHandles, willPresentCurrentTransaction)) in updateLayerCallbacksAndStats()
2988 bool Layer::willPresentCurrentTransaction() const { in willPresentCurrentTransaction() function in android::Layer