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.mk22 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.cpp434 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()
463 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
154 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.cpp88 if (flags & ISurfaceComposerClient::eHidden) in Layer()
91 if (flags & ISurfaceComposerClient::eNonPremultiplied) in Layer()
190 mSecure = (flags & ISurfaceComposerClient::eSecure) ? true : false; in setBuffers()
191 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false; in setBuffers()
192 mOpaqueLayer = (flags & ISurfaceComposerClient::eOpaque); in setBuffers()
DSurfaceFlinger.cpp203 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() in createConnection()
205 sp<ISurfaceComposerClient> bclient; in createConnection()
1916 if (desc == ISurfaceComposerClient::descriptor) { in setTransactionState()
2069 switch (flags & ISurfaceComposerClient::eFXSurfaceMask) { in createLayer()
2070 case ISurfaceComposerClient::eFXSurfaceNormal: in createLayer()
2075 case ISurfaceComposerClient::eFXSurfaceDim: in createLayer()
DSurfaceFlinger.h191 virtual sp<ISurfaceComposerClient> createConnection();
/frameworks/base/services/input/
DSpriteController.cpp374 ISurfaceComposerClient::eHidden); in obtainSurface()