Home
last modified time | relevance | path

Searched defs:setWasClientComposed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DLayerFE.h175 virtual void setWasClientComposed(const sp<Fence>&) {} in setWasClientComposed() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayerFE.cpp376 void LayerFE::setWasClientComposed(const sp<Fence>& fence) { in setWasClientComposed() function in android::LayerFE
H A DLayer.h273 void setWasClientComposed(const sp<Fence>& fence) { in setWasClientComposed() function