Searched refs:lbc (Results 1 - 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
H A D | Client.cpp | 75 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 D | SurfaceFlinger.h | 333 const sp<Layer>& lbc);
|
H A D | SurfaceFlinger.cpp | 2194 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 D | SurfaceFlinger_hwc1.cpp | 2110 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