Lines Matching refs:client

81     if (lhs.client < rhs.client)  return -1;
82 if (lhs.client > rhs.client) return 1;
105 const sp<SurfaceComposerClient>& client, SurfaceID id);
109 status_t setPosition(const sp<SurfaceComposerClient>& client, SurfaceID id,
111 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
113 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
115 status_t setFlags(const sp<SurfaceComposerClient>& client, SurfaceID id,
118 const sp<SurfaceComposerClient>& client, SurfaceID id,
120 status_t setAlpha(const sp<SurfaceComposerClient>& client, SurfaceID id,
122 status_t setMatrix(const sp<SurfaceComposerClient>& client, SurfaceID id,
125 const sp<SurfaceComposerClient>& client, SurfaceID id,
163 const sp<SurfaceComposerClient>& client, SurfaceID id) {
166 s.client = client->mClient;
179 status_t Composer::setPosition(const sp<SurfaceComposerClient>& client,
182 layer_state_t* s = getLayerStateLocked(client, id);
191 status_t Composer::setSize(const sp<SurfaceComposerClient>& client,
194 layer_state_t* s = getLayerStateLocked(client, id);
207 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client,
210 layer_state_t* s = getLayerStateLocked(client, id);
218 status_t Composer::setFlags(const sp<SurfaceComposerClient>& client,
222 layer_state_t* s = getLayerStateLocked(client, id);
233 const sp<SurfaceComposerClient>& client, SurfaceID id,
236 layer_state_t* s = getLayerStateLocked(client, id);
244 status_t Composer::setAlpha(const sp<SurfaceComposerClient>& client,
247 layer_state_t* s = getLayerStateLocked(client, id);
255 status_t Composer::setMatrix(const sp<SurfaceComposerClient>& client,
259 layer_state_t* s = getLayerStateLocked(client, id);
272 status_t Composer::setFreezeTint(const sp<SurfaceComposerClient>& client,
275 layer_state_t* s = getLayerStateLocked(client, id);
332 sp<ISurfaceComposerClient> client;
335 client = mClient; // hold ref while lock is held