Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp47 class BpSurfaceComposerClient : public BpInterface<ISurfaceComposerClient>
51 : BpInterface<ISurfaceComposerClient>(impl) { in BpSurfaceComposerClient()
59 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in createSurface()
73 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in destroySurface()
81 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in clearLayerFrameStats()
89 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in getLayerFrameStats()
106 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
122 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
127 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
134 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
DAndroid.mk28 ISurfaceComposerClient.cpp \
DLayerState.cpp71 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
DISurfaceComposer.cpp54 virtual sp<ISurfaceComposerClient> createConnection() in createConnection()
60 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
DSurfaceComposerClient.cpp448 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()
477 sp<ISurfaceComposerClient> client; in dispose()
/frameworks/native/include/gui/
DISurfaceComposerClient.h36 class ISurfaceComposerClient : public IInterface
84 class BnSurfaceComposerClient: public BnInterface<ISurfaceComposerClient> {
DSurfaceComposerClient.h43 class ISurfaceComposerClient; variable
172 sp<ISurfaceComposerClient> mClient;
DISurfaceComposer.h76 virtual sp<ISurfaceComposerClient> createConnection() = 0;
/frameworks/native/include/private/gui/
DLayerState.h31 class ISurfaceComposerClient; variable
96 sp<ISurfaceComposerClient> client;
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp59 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque); in WindowSurface()
/frameworks/native/services/surfaceflinger/
DLayer.cpp90 if (flags & ISurfaceComposerClient::eHidden) in Layer()
92 if (flags & ISurfaceComposerClient::eOpaque) in Layer()
95 if (flags & ISurfaceComposerClient::eNonPremultiplied) in Layer()
204 mPotentialCursor = (flags & ISurfaceComposerClient::eCursorWindow) ? true : false; in setBuffers()
205 mSecure = (flags & ISurfaceComposerClient::eSecure) ? true : false; in setBuffers()
206 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false; in setBuffers()
DSurfaceFlinger.cpp199 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() in createConnection()
201 sp<ISurfaceComposerClient> bclient; in createConnection()
1986 if (desc == ISurfaceComposerClient::descriptor) { in setTransactionState()
2151 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
2152 case ISurfaceComposerClient::eFXSurfaceNormal: in createLayer()
2157 case ISurfaceComposerClient::eFXSurfaceDim: in createLayer()
DSurfaceFlinger.h193 virtual sp<ISurfaceComposerClient> createConnection();
/frameworks/base/libs/input/
DSpriteController.cpp373 ISurfaceComposerClient::eHidden | in obtainSurface()
374 ISurfaceComposerClient::eCursorWindow); in obtainSurface()