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

/frameworks/native/services/surfaceflinger/
H A DClient.cpp80 sp<LayerBaseClient> lbc; local
83 lbc = layer.promote();
84 ALOGE_IF(lbc==0, "getLayerUser(name=%d) is dead", int(i));
86 return lbc;
H A DSurfaceFlinger.cpp572 sp<LayerBaseClient> lbc(layer->getLayerBaseClient());
573 if (lbc != NULL) {
574 wp<IBinder> lbcBinder = lbc->getSurfaceTextureBinder();
591 sp<LayerBaseClient> lbc(layer->getLayerBaseClient());
592 if (lbc != NULL) {
593 wp<IBinder> lbcBinder = lbc->getSurfaceTextureBinder();
1650 const sp<LayerBaseClient>& lbc)
1653 size_t name = client->attachLayer(lbc);
1657 mCurrentState.layersSortedByZ.add(lbc);
1649 addClientLayer(const sp<Client>& client, const sp<LayerBaseClient>& lbc) argument
H A DSurfaceFlinger.h298 const sp<LayerBaseClient>& lbc);

Completed in 42 milliseconds