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

/frameworks/native/services/surfaceflinger/
H A DClient.cpp78 sp<Layer> lbc; local
81 lbc = layer.promote();
82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
84 return lbc;
H A DSurfaceFlinger.h311 const sp<Layer>& lbc);
H A DSurfaceFlinger.cpp1946 const sp<Layer>& lbc)
1949 client->attachLayer(handle, lbc);
1953 mCurrentState.layersSortedByZ.add(lbc);
1943 addClientLayer(const sp<Client>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbc, const sp<Layer>& lbc) argument

Completed in 62 milliseconds