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

/frameworks/native/services/surfaceflinger/
H A DLayer.h266 void onLayerDisplayed(const sp<Fence>& releaseFence);
268 void onLayerDisplayed(const sp<const DisplayDevice>& hw,
H A DLayer.cpp197 void Layer::onLayerDisplayed(const sp<Fence>& releaseFence) { function in class:android::Layer
204 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& /* hw */, function in class:android::Layer
781 // we currently free it during onLayerDisplayed(), which is called
H A DSurfaceFlinger_hwc1.cpp1333 currentLayers[i]->onLayerDisplayed(hw, &*cur);
1337 currentLayers[i]->onLayerDisplayed(hw, NULL);
H A DSurfaceFlinger.cpp1419 layer->onLayerDisplayed(releaseFence);

Completed in 47 milliseconds