Lines Matching refs:Client
37 Client::Client(const sp<SurfaceFlinger>& flinger) in Client() function in android::Client
42 Client::~Client() in ~Client()
50 status_t Client::initCheck() const { in initCheck()
54 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) in attachLayer()
60 void Client::detachLayer(const Layer* layer) in detachLayer()
72 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const in getLayerUser()
85 status_t Client::onTransact( in onTransact()
106 status_t Client::createSurface( in createSurface()
119 Client* client; in createSurface()
129 const String8& name, Client* client, in createSurface()
151 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface()
155 status_t Client::clearLayerFrameStats(const sp<IBinder>& handle) const { in clearLayerFrameStats()
164 status_t Client::getLayerFrameStats(const sp<IBinder>& handle, FrameStats* outStats) const { in getLayerFrameStats()
173 status_t Client::getTransformToDisplayInverse(const sp<IBinder>& handle, in getTransformToDisplayInverse()