Lines Matching refs:IBinder

61     sp<IBinder> connection() const;
67 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
71 static status_t getDisplayConfigs(const sp<IBinder>& display,
75 static status_t getDisplayInfo(const sp<IBinder>& display,
80 static int getActiveConfig(const sp<IBinder>& display);
84 static status_t setActiveConfig(const sp<IBinder>& display, int id);
87 static void setDisplayPowerMode(const sp<IBinder>& display, int mode);
102 static sp<IBinder> createDisplay(const String8& displayName, bool secure);
105 static void destroyDisplay(const sp<IBinder>& display);
109 static sp<IBinder> getBuiltInDisplay(int32_t id);
127 status_t hide(const sp<IBinder>& id);
128 status_t show(const sp<IBinder>& id);
129 status_t setFlags(const sp<IBinder>& id, uint32_t flags, uint32_t mask);
130 status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent);
131 status_t setLayer(const sp<IBinder>& id, uint32_t layer);
132 status_t setAlpha(const sp<IBinder>& id, float alpha=1.0f);
133 status_t setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, float dsdy, float dtdy);
134 status_t setPosition(const sp<IBinder>& id, float x, float y);
135 status_t setSize(const sp<IBinder>& id, uint32_t w, uint32_t h);
136 status_t setCrop(const sp<IBinder>& id, const Rect& crop);
137 status_t setFinalCrop(const sp<IBinder>& id, const Rect& crop);
138 status_t setLayerStack(const sp<IBinder>& id, uint32_t layerStack);
139 status_t deferTransactionUntil(const sp<IBinder>& id,
140 const sp<IBinder>& handle, uint64_t frameNumber);
141 status_t setOverrideScalingMode(const sp<IBinder>& id,
143 status_t setPositionAppliesWithResize(const sp<IBinder>& id);
145 status_t destroySurface(const sp<IBinder>& id);
147 status_t clearLayerFrameStats(const sp<IBinder>& token) const;
148 status_t getLayerFrameStats(const sp<IBinder>& token, FrameStats* outStats) const;
153 static status_t getHdrCapabilities(const sp<IBinder>& display,
156 static void setDisplaySurface(const sp<IBinder>& token,
158 static void setDisplayLayerStack(const sp<IBinder>& token,
160 static void setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height);
172 static void setDisplayProjection(const sp<IBinder>& token,
195 const sp<IBinder>& display,
214 status_t update(const sp<IBinder>& display,
216 status_t update(const sp<IBinder>& display,
219 status_t update(const sp<IBinder>& display,
223 status_t update(const sp<IBinder>& display,