Lines Matching refs:sp
77 /*static*/ sp<ISurfaceComposer> ComposerService::getComposerService() { in getComposerService()
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
134 DisplayState& getDisplayStateLocked(const sp<IBinder>& token);
137 sp<IBinder> createDisplay(const String8& displayName, bool secure);
138 sp<IBinder> getBuiltInDisplay(int32_t id);
140 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
142 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
144 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
146 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
149 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
151 status_t setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
153 status_t setMatrix(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
156 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
158 status_t setLayerStack(const sp<SurfaceComposerClient>& client,
159 const sp<IBinder>& id, uint32_t layerStack);
161 void setDisplaySurface(const sp<IBinder>& token,
162 const sp<IGraphicBufferProducer>& bufferProducer);
163 void setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack);
164 void setDisplayProjection(const sp<IBinder>& token,
186 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) { in createDisplay()
191 sp<IBinder> Composer::getBuiltInDisplay(int32_t id) { in getBuiltInDisplay()
203 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in closeGlobalTransactionImpl()
245 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) { in getLayerStateLocked()
261 status_t Composer::setPosition(const sp<SurfaceComposerClient>& client, in setPosition()
262 const sp<IBinder>& id, float x, float y) { in setPosition()
273 status_t Composer::setSize(const sp<SurfaceComposerClient>& client, in setSize()
274 const sp<IBinder>& id, uint32_t w, uint32_t h) { in setSize()
289 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, in setLayer()
290 const sp<IBinder>& id, int32_t z) { in setLayer()
300 status_t Composer::setFlags(const sp<SurfaceComposerClient>& client, in setFlags()
301 const sp<IBinder>& id, uint32_t flags, in setFlags()
315 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, in setTransparentRegionHint()
326 status_t Composer::setAlpha(const sp<SurfaceComposerClient>& client, in setAlpha()
327 const sp<IBinder>& id, float alpha) { in setAlpha()
337 status_t Composer::setLayerStack(const sp<SurfaceComposerClient>& client, in setLayerStack()
338 const sp<IBinder>& id, uint32_t layerStack) { in setLayerStack()
348 status_t Composer::setMatrix(const sp<SurfaceComposerClient>& client, in setMatrix()
349 const sp<IBinder>& id, float dsdx, float dtdx, in setMatrix()
365 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, in setCrop()
366 const sp<IBinder>& id, const Rect& crop) { in setCrop()
378 DisplayState& Composer::getDisplayStateLocked(const sp<IBinder>& token) { in getDisplayStateLocked()
390 void Composer::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
391 const sp<IGraphicBufferProducer>& bufferProducer) { in setDisplaySurface()
398 void Composer::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
406 void Composer::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
427 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in onFirstRef()
429 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()
445 sp<IBinder> SurfaceComposerClient::connection() const { in connection()
450 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
452 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in linkToComposerDeath()
458 sp<ISurfaceComposerClient> client; in dispose()
467 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface()
474 sp<SurfaceControl> sur; in createSurface()
476 sp<IBinder> handle; in createSurface()
477 sp<IGraphicBufferProducer> gbp; in createSurface()
488 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName, in createDisplay()
493 sp<IBinder> SurfaceComposerClient::getBuiltInDisplay(int32_t id) { in getBuiltInDisplay()
497 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { in destroySurface()
524 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { in setCrop()
528 status_t SurfaceComposerClient::setPosition(const sp<IBinder>& id, float x, float y) { in setPosition()
532 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) { in setSize()
536 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, int32_t z) { in setLayer()
540 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) { in hide()
546 status_t SurfaceComposerClient::show(const sp<IBinder>& id) { in show()
552 status_t SurfaceComposerClient::setFlags(const sp<IBinder>& id, uint32_t flags, in setFlags()
557 status_t SurfaceComposerClient::setTransparentRegionHint(const sp<IBinder>& id, in setTransparentRegionHint()
562 status_t SurfaceComposerClient::setAlpha(const sp<IBinder>& id, float alpha) { in setAlpha()
566 status_t SurfaceComposerClient::setLayerStack(const sp<IBinder>& id, uint32_t layerStack) { in setLayerStack()
570 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, in setMatrix()
577 void SurfaceComposerClient::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
578 const sp<IGraphicBufferProducer>& bufferProducer) { in setDisplaySurface()
582 void SurfaceComposerClient::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
587 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
598 const sp<IBinder>& display, DisplayInfo* info) in getDisplayInfo()
603 void SurfaceComposerClient::blankDisplay(const sp<IBinder>& token) { in blankDisplay()
607 void SurfaceComposerClient::unblankDisplay(const sp<IBinder>& token) { in unblankDisplay()
614 const sp<IBinder>& display, in capture()
615 const sp<IGraphicBufferProducer>& producer, in capture()
618 sp<ISurfaceComposer> s(ComposerService::getComposerService()); in capture()
634 sp<CpuConsumer> ScreenshotClient::getCpuConsumer() const { in getCpuConsumer()
642 status_t ScreenshotClient::update(const sp<IBinder>& display, in update()
645 sp<ISurfaceComposer> s(ComposerService::getComposerService()); in update()
647 sp<CpuConsumer> cpuConsumer = getCpuConsumer(); in update()
667 status_t ScreenshotClient::update(const sp<IBinder>& display) { in update()
671 status_t ScreenshotClient::update(const sp<IBinder>& display, in update()