Searched refs:ISurfaceComposerClient (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 42 class BpSurfaceComposerClient : public SafeBpInterface<ISurfaceComposerClient> { 45 : SafeBpInterface<ISurfaceComposerClient>(impl, "BpSurfaceComposerClient") {} in BpSurfaceComposerClient() 53 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE, in createSurface() 61 return callRemote<decltype(&ISurfaceComposerClient::destroySurface)>(Tag::DESTROY_SURFACE, in destroySurface() 67 &ISurfaceComposerClient::clearLayerFrameStats)>(Tag::CLEAR_LAYER_FRAME_STATS, in clearLayerFrameStats() 73 &ISurfaceComposerClient::getLayerFrameStats)>(Tag::GET_LAYER_FRAME_STATS, handle, in getLayerFrameStats() 94 return callLocal(data, reply, &ISurfaceComposerClient::createSurface); in onTransact() 96 return callLocal(data, reply, &ISurfaceComposerClient::destroySurface); in onTransact() 98 return callLocal(data, reply, &ISurfaceComposerClient::clearLayerFrameStats); in onTransact() 100 return callLocal(data, reply, &ISurfaceComposerClient::getLayerFrameStats); in onTransact()
|
D | ISurfaceComposer.cpp | 56 virtual sp<ISurfaceComposerClient> createConnection() in createConnection() 61 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection() 64 virtual sp<ISurfaceComposerClient> createScopedConnection( in createScopedConnection() 71 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createScopedConnection()
|
D | LayerState.cpp | 90 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
|
D | Android.bp | 89 "ISurfaceComposerClient.cpp",
|
D | SurfaceComposerClient.cpp | 626 sp<ISurfaceComposerClient> conn; in onFirstRef() 657 sp<ISurfaceComposerClient> client; in dispose()
|
/frameworks/native/include/gui/ |
D | ISurfaceComposerClient.h | 28 class ISurfaceComposerClient : public IInterface { 72 class BnSurfaceComposerClient : public SafeBnInterface<ISurfaceComposerClient> { 75 : SafeBnInterface<ISurfaceComposerClient>("BnSurfaceComposerClient") {} in BnSurfaceComposerClient()
|
D | ISurfaceComposer.h | 45 class ISurfaceComposerClient; variable 83 virtual sp<ISurfaceComposerClient> createConnection() = 0; 93 virtual sp<ISurfaceComposerClient> createScopedConnection(
|
D | SurfaceComposerClient.h | 43 class ISurfaceComposerClient; variable 207 sp<ISurfaceComposerClient> mClient;
|
/frameworks/native/include/private/gui/ |
D | LayerState.h | 32 class ISurfaceComposerClient; variable 115 sp<ISurfaceComposerClient> client;
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 59 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque); in WindowSurface()
|
/frameworks/base/libs/input/ |
D | SpriteController.cpp | 376 ISurfaceComposerClient::eHidden | in obtainSurface() 377 ISurfaceComposerClient::eCursorWindow); in obtainSurface()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 268 virtual sp<ISurfaceComposerClient> createConnection(); 269 … virtual sp<ISurfaceComposerClient> createScopedConnection(const sp<IGraphicBufferProducer>& gbp);
|
D | Layer.cpp | 117 if (flags & ISurfaceComposerClient::eHidden) in Layer() 119 if (flags & ISurfaceComposerClient::eOpaque) in Layer() 121 if (flags & ISurfaceComposerClient::eSecure) in Layer() 124 if (flags & ISurfaceComposerClient::eNonPremultiplied) in Layer() 334 mPotentialCursor = (flags & ISurfaceComposerClient::eCursorWindow) ? true : false; in setBuffers() 335 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false; in setBuffers()
|
D | SurfaceFlinger_hwc1.cpp | 232 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { in initClient() 240 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() { in createConnection() 244 sp<ISurfaceComposerClient> SurfaceFlinger::createScopedConnection( in createScopedConnection() 2452 if (binder->queryLocalInterface(ISurfaceComposerClient::descriptor) != NULL) { in setTransactionState() 2680 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer() 2681 case ISurfaceComposerClient::eFXSurfaceNormal: in createLayer() 2686 case ISurfaceComposerClient::eFXSurfaceDim: in createLayer()
|
D | SurfaceFlinger.cpp | 252 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { in initClient() 260 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() { in createConnection() 264 sp<ISurfaceComposerClient> SurfaceFlinger::createScopedConnection( in createScopedConnection() 2787 if (binder->queryLocalInterface(ISurfaceComposerClient::descriptor) != NULL) { in setTransactionState() 3020 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer() 3021 case ISurfaceComposerClient::eFXSurfaceNormal: in createLayer() 3026 case ISurfaceComposerClient::eFXSurfaceDim: in createLayer()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 1090 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eHidden, in TEST_F()
|
/frameworks/native/libs/gui/tests/ |
D | Surface_test.cpp | 463 sp<ISurfaceComposerClient> createConnection() override { return nullptr; } in createConnection() 464 sp<ISurfaceComposerClient> createScopedConnection( in createScopedConnection()
|