Lines Matching refs:SurfaceComposerClient
60 using Transaction = SurfaceComposerClient::Transaction;
89 static std::unique_ptr<InputSurface> makeColorInputSurface(const sp<SurfaceComposerClient> &scc, in makeColorInputSurface()
99 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeBufferInputSurface()
107 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeContainerInputSurface()
116 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeCursorInputSurface()
205 std::function<void(SurfaceComposerClient::Transaction &, const sp<SurfaceControl> &)> in doTransaction()
207 SurfaceComposerClient::Transaction t; in doTransaction()
213 SurfaceComposerClient::Transaction t; in showAt()
224 SurfaceComposerClient::Transaction t; in requestFocus()
293 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeBlastInputSurface()
308 std::function<void(SurfaceComposerClient::Transaction &, const sp<SurfaceControl> &)> in doTransaction()
310 SurfaceComposerClient::Transaction t; in doTransaction()
316 SurfaceComposerClient::Transaction t; in showAt()
340 mComposerClient = new SurfaceComposerClient; in SetUp()
372 sp<SurfaceComposerClient> mComposerClient;