Searched refs:ISurfaceComposerClient (Results 1 – 14 of 14) sorted by relevance
47 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()
63 ISurfaceComposerClient.cpp \
75 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
56 virtual sp<ISurfaceComposerClient> createConnection() in createConnection()61 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
447 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()476 sp<ISurfaceComposerClient> client; in dispose()
36 class ISurfaceComposerClient : public IInterface84 class BnSurfaceComposerClient: public BnInterface<ISurfaceComposerClient> {
43 class ISurfaceComposerClient; variable172 sp<ISurfaceComposerClient> mClient;
75 virtual sp<ISurfaceComposerClient> createConnection() = 0;
31 class ISurfaceComposerClient; variable96 sp<ISurfaceComposerClient> client;
59 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque); in WindowSurface()
94 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()
195 virtual sp<ISurfaceComposerClient> createConnection();
204 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()
377 ISurfaceComposerClient::eHidden | in obtainSurface()378 ISurfaceComposerClient::eCursorWindow); in obtainSurface()