Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:Client

25 #include "Client.h"
37 Client::Client(const sp<SurfaceFlinger>& flinger)
42 Client::~Client()
53 status_t Client::initCheck() const {
57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer)
63 void Client::detachLayer(const Layer* layer)
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const
88 status_t Client::onTransact(
109 status_t Client::createSurface(
122 Client* client;
132 const String8& name, Client* client,
136 : flinger(flinger), client(client),
142 result = flinger->createLayer(name, client, w, h, format, flags,
154 status_t Client::destroySurface(const sp<IBinder>& handle) {
158 status_t Client::clearLayerFrameStats(const sp<IBinder>& handle) const {
167 status_t Client::getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const {