Searched refs:onLayerDisplayed (Results 1 - 4 of 4) sorted by path

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp208 void Layer::onLayerDisplayed(const sp<Fence>& releaseFence) { function in class:android::Layer
215 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& /* hw */, function in class:android::Layer
903 // we currently free it during onLayerDisplayed(), which is called
H A DLayer.h344 void onLayerDisplayed(const sp<Fence>& releaseFence);
346 void onLayerDisplayed(const sp<const DisplayDevice>& hw,
H A DSurfaceFlinger.cpp1877 layer->onLayerDisplayed(releaseFence);
H A DSurfaceFlinger_hwc1.cpp1549 currentLayers[i]->onLayerDisplayed(hw, &*cur);
1553 currentLayers[i]->onLayerDisplayed(hw, NULL);

Completed in 385 milliseconds