• Home
  • Raw
  • Download

Lines Matching refs:IBinder

62     class DeathObserver : public IBinder::DeathRecipient {  in connectLocked()
64 virtual void binderDied(const wp<IBinder>& who) { in connectLocked()
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 void destroyDisplay(const sp<IBinder>& display);
139 sp<IBinder> getBuiltInDisplay(int32_t 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,
160 const sp<IBinder>& id, uint32_t layerStack);
162 void setDisplaySurface(const sp<IBinder>& token,
164 void setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack);
165 void setDisplayProjection(const sp<IBinder>& token,
169 void setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height);
188 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) { in createDisplay()
193 void Composer::destroyDisplay(const sp<IBinder>& display) { in destroyDisplay()
197 sp<IBinder> Composer::getBuiltInDisplay(int32_t id) { in getBuiltInDisplay()
251 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) { in getLayerStateLocked()
268 const sp<IBinder>& id, float x, float y) { in setPosition()
280 const sp<IBinder>& id, uint32_t w, uint32_t h) { in setSize()
296 const sp<IBinder>& id, int32_t z) { in setLayer()
307 const sp<IBinder>& id, uint32_t flags, in setFlags()
326 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, in setTransparentRegionHint()
338 const sp<IBinder>& id, float alpha) { in setAlpha()
349 const sp<IBinder>& id, uint32_t layerStack) { in setLayerStack()
360 const sp<IBinder>& id, float dsdx, float dtdx, in setMatrix()
377 const sp<IBinder>& id, const Rect& crop) { in setCrop()
389 DisplayState& Composer::getDisplayStateLocked(const sp<IBinder>& token) { in getDisplayStateLocked()
401 void Composer::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
409 void Composer::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
417 void Composer::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
430 void Composer::setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height) { in setDisplaySize()
464 sp<IBinder> SurfaceComposerClient::connection() const { in connection()
469 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
495 sp<IBinder> handle; in createSurface()
507 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName, in createDisplay()
512 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) { in destroyDisplay()
516 sp<IBinder> SurfaceComposerClient::getBuiltInDisplay(int32_t id) { in getBuiltInDisplay()
520 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { in destroySurface()
527 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const { in clearLayerFrameStats()
534 status_t SurfaceComposerClient::getLayerFrameStats(const sp<IBinder>& token, in getLayerFrameStats()
562 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { in setCrop()
566 status_t SurfaceComposerClient::setPosition(const sp<IBinder>& id, float x, float y) { in setPosition()
570 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) { in setSize()
574 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, int32_t z) { in setLayer()
578 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) { in hide()
584 status_t SurfaceComposerClient::show(const sp<IBinder>& id) { in show()
590 status_t SurfaceComposerClient::setFlags(const sp<IBinder>& id, uint32_t flags, in setFlags()
595 status_t SurfaceComposerClient::setTransparentRegionHint(const sp<IBinder>& id, in setTransparentRegionHint()
600 status_t SurfaceComposerClient::setAlpha(const sp<IBinder>& id, float alpha) { in setAlpha()
604 status_t SurfaceComposerClient::setLayerStack(const sp<IBinder>& id, uint32_t layerStack) { in setLayerStack()
608 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, in setMatrix()
615 void SurfaceComposerClient::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
620 void SurfaceComposerClient::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
625 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
633 void SurfaceComposerClient::setDisplaySize(const sp<IBinder>& token, in setDisplaySize()
641 const sp<IBinder>& display, Vector<DisplayInfo>* configs) in getDisplayConfigs()
646 status_t SurfaceComposerClient::getDisplayInfo(const sp<IBinder>& display, in getDisplayInfo()
664 int SurfaceComposerClient::getActiveConfig(const sp<IBinder>& display) { in getActiveConfig()
668 status_t SurfaceComposerClient::setActiveConfig(const sp<IBinder>& display, int id) { in setActiveConfig()
672 void SurfaceComposerClient::setDisplayPowerMode(const sp<IBinder>& token, in setDisplayPowerMode()
688 const sp<IBinder>& display, in capture()
717 status_t ScreenshotClient::update(const sp<IBinder>& display, in update()
744 status_t ScreenshotClient::update(const sp<IBinder>& display, in update()
753 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update()
759 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update()