Home
last modified time | relevance | path

Searched refs:ISurfaceComposerClient (Results 1 – 25 of 25) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp42 class BpSurfaceComposerClient : public SafeBpInterface<ISurfaceComposerClient> {
45 : SafeBpInterface<ISurfaceComposerClient>(impl, "BpSurfaceComposerClient") {} in BpSurfaceComposerClient()
52 return callRemote<decltype(&ISurfaceComposerClient::createSurface)>(Tag::CREATE_SURFACE, in createSurface()
65 &ISurfaceComposerClient::createWithSurfaceParent)>(Tag::CREATE_WITH_SURFACE_PARENT, in createWithSurfaceParent()
74 &ISurfaceComposerClient::clearLayerFrameStats)>(Tag::CLEAR_LAYER_FRAME_STATS, in clearLayerFrameStats()
80 &ISurfaceComposerClient::getLayerFrameStats)>(Tag::GET_LAYER_FRAME_STATS, handle, in getLayerFrameStats()
101 return callLocal(data, reply, &ISurfaceComposerClient::createSurface); in onTransact()
103 return callLocal(data, reply, &ISurfaceComposerClient::createWithSurfaceParent); in onTransact()
105 return callLocal(data, reply, &ISurfaceComposerClient::clearLayerFrameStats); in onTransact()
107 return callLocal(data, reply, &ISurfaceComposerClient::getLayerFrameStats); in onTransact()
DSurfaceControl.cpp184 parcel->writeStrongBinder(ISurfaceComposerClient::asBinder(mClient->getClient())); in writeToParcel()
203 interface_cast<ISurfaceComposerClient>(client)), in readFromParcel()
DAndroid.bp43 "ISurfaceComposerClient.cpp",
DSurfaceComposerClient.cpp375 const sp<ISurfaceComposerClient>& client) { in doDropReferenceTransaction()
1269 SurfaceComposerClient::SurfaceComposerClient(const sp<ISurfaceComposerClient>& client) in SurfaceComposerClient()
1277 sp<ISurfaceComposerClient> conn; in onFirstRef()
1307 sp<ISurfaceComposerClient> client; in dispose()
DLayerState.cpp177 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
DISurfaceComposer.cpp59 virtual sp<ISurfaceComposerClient> createConnection() in createConnection()
64 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposerClient.h31 class ISurfaceComposerClient : public IInterface {
81 class BnSurfaceComposerClient : public SafeBnInterface<ISurfaceComposerClient> {
84 : SafeBnInterface<ISurfaceComposerClient>("BnSurfaceComposerClient") {} in BnSurfaceComposerClient()
DSurfaceComposerClient.h52 class ISurfaceComposerClient; variable
84 SurfaceComposerClient(const sp<ISurfaceComposerClient>& client);
167 const sp<ISurfaceComposerClient>& client);
489 inline sp<ISurfaceComposerClient> getClient() { return mClient; } in getClient()
510 sp<ISurfaceComposerClient> mClient;
DLayerState.h41 class ISurfaceComposerClient; variable
DISurfaceComposer.h57 class ISurfaceComposerClient; variable
96 virtual sp<ISurfaceComposerClient> createConnection() = 0;
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp392 ISurfaceComposerClient::eFXSurfaceColor, parent); in createColorLayer()
439 case ISurfaceComposerClient::eFXSurfaceBufferQueue: in fillLayerColor()
442 case ISurfaceComposerClient::eFXSurfaceBufferState: in fillLayerColor()
455 case ISurfaceComposerClient::eFXSurfaceBufferQueue: in fillLayerQuadrant()
459 case ISurfaceComposerClient::eFXSurfaceBufferState: in fillLayerQuadrant()
562 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eFXSurfaceColor); in SetUpDisplay()
648 if (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
725 static_cast<uint32_t>(ISurfaceComposerClient::eFXSurfaceBufferQueue),
726 static_cast<uint32_t>(ISurfaceComposerClient::eFXSurfaceBufferState)),
734 ::testing::Values(static_cast<uint32_t>(ISurfaceComposerClient::eFXSurfaceBufferQueue),
[all …]
/frameworks/native/libs/gui/tests/
DSamplingDemo.cpp42 ISurfaceComposerClient::eFXSurfaceColor); in Button()
58 ISurfaceComposerClient::eFXSurfaceColor); in Button()
76 ISurfaceComposerClient::eFXSurfaceColor); in Button()
DEndToEndNativeInputTest.cpp86 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eFXSurfaceColor); in makeColorInputSurface()
103 ISurfaceComposerClient::eFXSurfaceContainer); in makeContainerInputSurface()
DRegionSampling_test.cpp186 ISurfaceComposerClient::eFXSurfaceColor); in SetUp()
DSurface_test.cpp550 sp<ISurfaceComposerClient> createConnection() override { return nullptr; } in createConnection()
/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.cpp33 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eFXSurfaceColor, in createLayer()
DBufferLayer.cpp65 mPremultipliedAlpha = !(args.flags & ISurfaceComposerClient::eNonPremultiplied);
67 mPotentialCursor = args.flags & ISurfaceComposerClient::eCursorWindow;
68 mProtectedByApp = args.flags & ISurfaceComposerClient::eProtectedByApp;
DLayer.cpp82 if (args.flags & ISurfaceComposerClient::eHidden) layerFlags |= layer_state_t::eLayerHidden; in Layer()
83 if (args.flags & ISurfaceComposerClient::eOpaque) layerFlags |= layer_state_t::eLayerOpaque; in Layer()
84 if (args.flags & ISurfaceComposerClient::eSecure) layerFlags |= layer_state_t::eLayerSecure; in Layer()
1079 uint32_t flags = ISurfaceComposerClient::eFXSurfaceColor; in setBackgroundColor()
DSurfaceFlinger.cpp420 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { in initClient()
428 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() { in createConnection()
3642 if (binder->queryLocalInterface(ISurfaceComposerClient::descriptor) == nullptr) { in containsAnyInvalidClientState()
4196 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
4197 case ISurfaceComposerClient::eFXSurfaceBufferQueue: in createLayer()
4202 case ISurfaceComposerClient::eFXSurfaceBufferState: in createLayer()
4206 case ISurfaceComposerClient::eFXSurfaceColor: in createLayer()
4217 case ISurfaceComposerClient::eFXSurfaceContainer: in createLayer()
DSurfaceFlinger.h386 sp<ISurfaceComposerClient> createConnection() override;
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp63 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque); in WindowSurface()
/frameworks/base/libs/input/
DSpriteController.cpp353 ISurfaceComposerClient::eHidden | in obtainSurface()
354 ISurfaceComposerClient::eCursorWindow); in obtainSurface()
/frameworks/base/native/android/
Dsurface_control.cpp136 uint32_t flags = ISurfaceComposerClient::eFXSurfaceBufferState; in ASurfaceControl_createFromWindow()
158 uint32_t flags = ISurfaceComposerClient::eFXSurfaceBufferState; in ASurfaceControl_create()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1189 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eHidden, in TEST_F()
1225 ISurfaceComposerClient::eFXSurfaceColor, in SetUp()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp703 static constexpr uint32_t LAYER_FLAGS = ISurfaceComposerClient::eSecure;