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()
61 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in createSurface()
75 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in destroySurface()
83 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in clearLayerFrameStats()
91 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in getLayerFrameStats()
112 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
128 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
133 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
140 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
DAndroid.mk63 ISurfaceComposerClient.cpp \
DLayerState.cpp75 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
DISurfaceComposer.cpp56 virtual sp<ISurfaceComposerClient> createConnection() in createConnection()
61 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
DSurfaceComposerClient.cpp447 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()
476 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.h75 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.cpp94 if (flags & ISurfaceComposerClient::eHidden) in Layer()
96 if (flags & ISurfaceComposerClient::eOpaque) in Layer()
98 if (flags & ISurfaceComposerClient::eSecure) in Layer()
101 if (flags & ISurfaceComposerClient::eNonPremultiplied) in Layer()
259 mPotentialCursor = (flags & ISurfaceComposerClient::eCursorWindow) ? true : false; in setBuffers()
260 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false; in setBuffers()
DSurfaceFlinger.h195 virtual sp<ISurfaceComposerClient> createConnection();
DSurfaceFlinger.cpp204 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() in createConnection()
206 sp<ISurfaceComposerClient> bclient; in createConnection()
2115 if (desc == ISurfaceComposerClient::descriptor) { in setTransactionState()
2278 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
2279 case ISurfaceComposerClient::eFXSurfaceNormal: in createLayer()
2284 case ISurfaceComposerClient::eFXSurfaceDim: in createLayer()
/frameworks/base/libs/input/
DSpriteController.cpp377 ISurfaceComposerClient::eHidden | in obtainSurface()
378 ISurfaceComposerClient::eCursorWindow); in obtainSurface()