Searched defs:lbc (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DClient.cpp98 sp<Layer> lbc; local
101 lbc = layer.promote();
102 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
104 return lbc;
H A DSurfaceFlinger.cpp2652 const sp<Layer>& lbc,
2662 mCurrentState.layersSortedByZ.add(lbc);
2668 parent->addChild(lbc);
2677 client->attachLayer(handle, lbc);
2649 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc, const sp<Layer>& parent) argument
H A DSurfaceFlinger_hwc1.cpp2317 const sp<Layer>& lbc,
2327 mCurrentState.layersSortedByZ.add(lbc);
2333 parent->addChild(lbc);
2342 client->attachLayer(handle, lbc);
2314 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc, const sp<Layer>& parent) argument

Completed in 68 milliseconds