Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp45 class BpSurfaceComposerClient : public BpInterface<ISurfaceComposerClient>
49 : BpInterface<ISurfaceComposerClient>(impl) { in BpSurfaceComposerClient()
57 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in createSurface()
71 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor()); in destroySurface()
87 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
103 CHECK_INTERFACE(ISurfaceComposerClient, data, reply); in onTransact()
DAndroid.mk21 ISurfaceComposerClient.cpp \
DLayerState.cpp71 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
DISurfaceComposer.cpp53 virtual sp<ISurfaceComposerClient> createConnection() in createConnection()
59 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
DSurfaceComposerClient.cpp429 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()
458 sp<ISurfaceComposerClient> client; in dispose()
/frameworks/native/include/gui/
DISurfaceComposerClient.h35 class ISurfaceComposerClient : public IInterface
72 class BnSurfaceComposerClient: public BnInterface<ISurfaceComposerClient> {
DSurfaceComposerClient.h42 class ISurfaceComposerClient; variable
151 sp<ISurfaceComposerClient> mClient;
DISurfaceComposer.h64 virtual sp<ISurfaceComposerClient> createConnection() = 0;
/frameworks/native/include/private/gui/
DLayerState.h31 class ISurfaceComposerClient; variable
91 sp<ISurfaceComposerClient> client;
/frameworks/native/services/surfaceflinger/
DLayer.cpp85 if (flags & ISurfaceComposerClient::eHidden) in Layer()
88 if (flags & ISurfaceComposerClient::eNonPremultiplied) in Layer()
194 mSecure = (flags & ISurfaceComposerClient::eSecure) ? true : false; in setBuffers()
195 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false; in setBuffers()
196 mOpaqueLayer = (flags & ISurfaceComposerClient::eOpaque); in setBuffers()
DSurfaceFlinger.cpp159 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() in createConnection()
161 sp<ISurfaceComposerClient> bclient; in createConnection()
1767 if (desc == ISurfaceComposerClient::descriptor) { in setTransactionState()
1920 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
1921 case ISurfaceComposerClient::eFXSurfaceNormal: in createLayer()
1926 case ISurfaceComposerClient::eFXSurfaceDim: in createLayer()
DSurfaceFlinger.h175 virtual sp<ISurfaceComposerClient> createConnection();
/frameworks/base/services/input/
DSpriteController.cpp374 ISurfaceComposerClient::eHidden); in obtainSurface()