Lines Matching refs:client

99     if (lhs.client < rhs.client)  return -1;
100 if (lhs.client > rhs.client) return 1;
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
141 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
143 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
147 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
150 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
152 status_t setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
154 status_t setMatrix(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
157 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
159 status_t setFinalCrop(const sp<SurfaceComposerClient>& client,
161 status_t setLayerStack(const sp<SurfaceComposerClient>& client,
163 status_t deferTransactionUntil(const sp<SurfaceComposerClient>& client,
166 status_t setOverrideScalingMode(const sp<SurfaceComposerClient>& client,
168 status_t setPositionAppliesWithResize(const sp<SurfaceComposerClient>& client,
260 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) {
263 s.client = client->mClient;
276 status_t Composer::setPosition(const sp<SurfaceComposerClient>& client,
279 layer_state_t* s = getLayerStateLocked(client, id);
288 status_t Composer::setSize(const sp<SurfaceComposerClient>& client,
291 layer_state_t* s = getLayerStateLocked(client, id);
304 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client,
307 layer_state_t* s = getLayerStateLocked(client, id);
315 status_t Composer::setFlags(const sp<SurfaceComposerClient>& client,
319 layer_state_t* s = getLayerStateLocked(client, id);
334 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
337 layer_state_t* s = getLayerStateLocked(client, id);
345 status_t Composer::setAlpha(const sp<SurfaceComposerClient>& client,
348 layer_state_t* s = getLayerStateLocked(client, id);
356 status_t Composer::setLayerStack(const sp<SurfaceComposerClient>& client,
359 layer_state_t* s = getLayerStateLocked(client, id);
367 status_t Composer::setMatrix(const sp<SurfaceComposerClient>& client,
371 layer_state_t* s = getLayerStateLocked(client, id);
384 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client,
387 layer_state_t* s = getLayerStateLocked(client, id);
395 status_t Composer::setFinalCrop(const sp<SurfaceComposerClient>& client,
398 layer_state_t* s = getLayerStateLocked(client, id);
408 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
411 layer_state_t* s = getLayerStateLocked(client, id);
422 const sp<SurfaceComposerClient>& client,
425 layer_state_t* s = getLayerStateLocked(client, id);
449 const sp<SurfaceComposerClient>& client,
452 layer_state_t* s = getLayerStateLocked(client, id);
550 sp<ISurfaceComposerClient> client;
553 client = mClient; // hold ref while lock is held