Searched defs:LayerBaseClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp476 sp<LayerBaseClient> LayerBase::getLayerBaseClient() const {
486 int32_t LayerBaseClient::sIdentity = 1;
488 LayerBaseClient::LayerBaseClient(SurfaceFlinger* flinger, function in class:android::LayerBaseClient
497 LayerBaseClient::~LayerBaseClient()
505 sp<ISurface> LayerBaseClient::createSurface()
511 const sp<LayerBaseClient>& layer)
518 sp<ISurface> LayerBaseClient::getSurface()
524 "LayerBaseClient
[all...]
H A DLayerBase.h47 class LayerBaseClient;
130 virtual sp<LayerBaseClient> getLayerBaseClient() const;
311 class LayerBaseClient : public LayerBase class in namespace:android
314 LayerBaseClient(SurfaceFlinger* flinger, const sp<Client>& client);
316 virtual ~LayerBaseClient();
322 virtual sp<LayerBaseClient> getLayerBaseClient() const {
323 return const_cast<LayerBaseClient*>(this); }
325 virtual const char* getTypeId() const { return "LayerBaseClient"; }
335 wp<LayerBaseClient> mLayer;
340 const sp<LayerBaseClient>
[all...]

Completed in 527 milliseconds