Lines Matching refs:lbc
377 sp<LayerBaseClient> lbc(layer->getLayerBaseClient());
378 if (lbc != NULL) {
379 wp<IBinder> lbcBinder = lbc->getSurfaceTextureBinder();
396 sp<LayerBaseClient> lbc(layer->getLayerBaseClient());
397 if (lbc != NULL) {
398 wp<IBinder> lbcBinder = lbc->getSurfaceTextureBinder();
1164 const sp<LayerBaseClient>& lbc)
1167 size_t name = client->attachLayer(lbc);
1172 addLayer_l(lbc);
1188 sp<LayerBaseClient> lbc(layerBase->getLayerBaseClient());
1189 if (lbc != 0) {
1190 mLayerMap.removeItem( lbc->getSurfaceBinder() );
2552 sp<LayerBaseClient> lbc;
2555 lbc = layer.promote();
2556 LOGE_IF(lbc==0, "getLayerUser(name=%d) is dead", int(i));
2558 return lbc;