Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DClient.cpp155 return mFlinger->onLayerRemoved(this, handle); in destroySurface()
DSurfaceFlinger.h297 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
DSurfaceFlinger.cpp2254 status_t SurfaceFlinger::onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) in onLayerRemoved() function in android::SurfaceFlinger