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, uint32_t z) { in setLayer()
307 const sp<IBinder>& id, uint32_t flags, in setFlags()
325 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, in setTransparentRegionHint()
337 const sp<IBinder>& id, float alpha) { in setAlpha()
348 const sp<IBinder>& id, uint32_t layerStack) { in setLayerStack()
359 const sp<IBinder>& id, float dsdx, float dtdx, in setMatrix()
376 const sp<IBinder>& id, const Rect& crop) { in setCrop()
388 DisplayState& Composer::getDisplayStateLocked(const sp<IBinder>& token) { in getDisplayStateLocked()
400 void Composer::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
408 void Composer::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
416 void Composer::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
429 void Composer::setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height) { in setDisplaySize()
463 sp<IBinder> SurfaceComposerClient::connection() const { in connection()
468 const sp<IBinder::DeathRecipient>& recipient, in linkToComposerDeath()
494 sp<IBinder> handle; in createSurface()
506 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName, in createDisplay()
511 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) { in destroyDisplay()
515 sp<IBinder> SurfaceComposerClient::getBuiltInDisplay(int32_t id) { in getBuiltInDisplay()
519 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { in destroySurface()
526 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const { in clearLayerFrameStats()
533 status_t SurfaceComposerClient::getLayerFrameStats(const sp<IBinder>& token, in getLayerFrameStats()
561 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { in setCrop()
565 status_t SurfaceComposerClient::setPosition(const sp<IBinder>& id, float x, float y) { in setPosition()
569 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) { in setSize()
573 status_t SurfaceComposerClient::setLayer(const sp<IBinder>& id, uint32_t z) { in setLayer()
577 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) { in hide()
583 status_t SurfaceComposerClient::show(const sp<IBinder>& id) { in show()
589 status_t SurfaceComposerClient::setFlags(const sp<IBinder>& id, uint32_t flags, in setFlags()
594 status_t SurfaceComposerClient::setTransparentRegionHint(const sp<IBinder>& id, in setTransparentRegionHint()
599 status_t SurfaceComposerClient::setAlpha(const sp<IBinder>& id, float alpha) { in setAlpha()
603 status_t SurfaceComposerClient::setLayerStack(const sp<IBinder>& id, uint32_t layerStack) { in setLayerStack()
607 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, in setMatrix()
614 void SurfaceComposerClient::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
619 void SurfaceComposerClient::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
624 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
632 void SurfaceComposerClient::setDisplaySize(const sp<IBinder>& token, in setDisplaySize()
640 const sp<IBinder>& display, Vector<DisplayInfo>* configs) in getDisplayConfigs()
645 status_t SurfaceComposerClient::getDisplayInfo(const sp<IBinder>& display, in getDisplayInfo()
663 int SurfaceComposerClient::getActiveConfig(const sp<IBinder>& display) { in getActiveConfig()
667 status_t SurfaceComposerClient::setActiveConfig(const sp<IBinder>& display, int id) { in setActiveConfig()
671 void SurfaceComposerClient::setDisplayPowerMode(const sp<IBinder>& token, in setDisplayPowerMode()
687 const sp<IBinder>& display, in capture()
716 status_t ScreenshotClient::update(const sp<IBinder>& display, in update()
743 status_t ScreenshotClient::update(const sp<IBinder>& display, in update()
752 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update()
758 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update()