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

/frameworks/native/services/surfaceflinger/
H A DClient.cpp75 sp<Layer> lbc; local
78 lbc = layer.promote();
79 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
81 return lbc;
H A DSurfaceFlinger.h333 const sp<Layer>& lbc);
H A DSurfaceFlinger.cpp2194 const sp<Layer>& lbc)
2202 mCurrentState.layersSortedByZ.add(lbc);
2207 client->attachLayer(handle, lbc);
2191 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc) argument
H A DSurfaceFlinger_hwc1.cpp2110 const sp<Layer>& lbc)
2118 mCurrentState.layersSortedByZ.add(lbc);
2123 client->attachLayer(handle, lbc);
2107 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc) argument

Completed in 126 milliseconds