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.bp57 "ISurfaceComposerClient.cpp",
DSurfaceComposerClient.cpp375 const sp<ISurfaceComposerClient>& client) { in doDropReferenceTransaction()
1270 SurfaceComposerClient::SurfaceComposerClient(const sp<ISurfaceComposerClient>& client) in SurfaceComposerClient()
1278 sp<ISurfaceComposerClient> conn; in onFirstRef()
1308 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);
488 inline sp<ISurfaceComposerClient> getClient() { return mClient; } in getClient()
509 sp<ISurfaceComposerClient> mClient;
DLayerState.h41 class ISurfaceComposerClient; variable
DISurfaceComposer.h57 class ISurfaceComposerClient; variable
98 virtual sp<ISurfaceComposerClient> createConnection() = 0;
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp394 ISurfaceComposerClient::eFXSurfaceColor, parent); in createColorLayer()
441 case ISurfaceComposerClient::eFXSurfaceBufferQueue: in fillLayerColor()
444 case ISurfaceComposerClient::eFXSurfaceBufferState: in fillLayerColor()
457 case ISurfaceComposerClient::eFXSurfaceBufferQueue: in fillLayerQuadrant()
461 case ISurfaceComposerClient::eFXSurfaceBufferState: in fillLayerQuadrant()
564 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eFXSurfaceColor); in SetUpDisplay()
651 if (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
729 static_cast<uint32_t>(ISurfaceComposerClient::eFXSurfaceBufferQueue),
730 static_cast<uint32_t>(ISurfaceComposerClient::eFXSurfaceBufferState)),
738 ::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.cpp676 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.cpp427 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { in initClient()
435 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() { in createConnection()
3716 if (binder->queryLocalInterface(ISurfaceComposerClient::descriptor) == nullptr) { in containsAnyInvalidClientState()
4280 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
4281 case ISurfaceComposerClient::eFXSurfaceBufferQueue: in createLayer()
4286 case ISurfaceComposerClient::eFXSurfaceBufferState: in createLayer()
4290 case ISurfaceComposerClient::eFXSurfaceColor: in createLayer()
4301 case ISurfaceComposerClient::eFXSurfaceContainer: in createLayer()
DSurfaceFlinger.h399 sp<ISurfaceComposerClient> createConnection() override;
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp63 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque); in WindowSurface()
/frameworks/base/libs/input/
DSpriteController.cpp331 ISurfaceComposerClient::eHidden | in obtainSurface()
332 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.cpp1190 PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eHidden, in TEST_F()
1226 ISurfaceComposerClient::eFXSurfaceColor, in SetUp()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp713 static constexpr uint32_t LAYER_FLAGS = ISurfaceComposerClient::eSecure;