Searched refs:ISurfaceComposerClient (Results 1 – 14 of 14) sorted by relevance
47 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()
28 ISurfaceComposerClient.cpp \
71 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
54 virtual sp<ISurfaceComposerClient> createConnection() in createConnection()60 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
448 sp<ISurfaceComposerClient> conn = sm->createConnection(); in onFirstRef()477 sp<ISurfaceComposerClient> client; in dispose()
36 class ISurfaceComposerClient : public IInterface84 class BnSurfaceComposerClient: public BnInterface<ISurfaceComposerClient> {
43 class ISurfaceComposerClient; variable172 sp<ISurfaceComposerClient> mClient;
76 virtual sp<ISurfaceComposerClient> createConnection() = 0;
31 class ISurfaceComposerClient; variable96 sp<ISurfaceComposerClient> client;
59 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque); in WindowSurface()
90 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()
199 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()
193 virtual sp<ISurfaceComposerClient> createConnection();
373 ISurfaceComposerClient::eHidden | in obtainSurface()374 ISurfaceComposerClient::eCursorWindow); in obtainSurface()