HomeSort by relevance Sort by last modified time
    Searched refs:ISurfaceComposerClient (Results 1 - 16 of 16) sorted by null

  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 33 #include <gui/ISurfaceComposerClient.h>
45 class BpSurfaceComposerClient : public BpInterface<ISurfaceComposerClient>
49 : BpInterface<ISurfaceComposerClient>(impl) {
57 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor());
71 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor());
78 IMPLEMENT_META_INTERFACE(SurfaceComposerClient, "android.ui.ISurfaceComposerClient");
87 CHECK_INTERFACE(ISurfaceComposerClient, data, reply);
103 CHECK_INTERFACE(ISurfaceComposerClient, data, reply);
Android.mk 21 ISurfaceComposerClient.cpp \
LayerState.cpp 19 #include <gui/ISurfaceComposerClient.h>
71 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder());
ISurfaceComposer.cpp 53 virtual sp<ISurfaceComposerClient> createConnection()
59 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder());
SurfaceComposerClient.cpp 37 #include <gui/ISurfaceComposerClient.h>
429 sp<ISurfaceComposerClient> conn = sm->createConnection();
458 sp<ISurfaceComposerClient> client;
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 35 class ISurfaceComposerClient : public IInterface
72 class BnSurfaceComposerClient: public BnInterface<ISurfaceComposerClient> {
ISurfaceComposer.h 31 #include <gui/ISurfaceComposerClient.h>
64 virtual sp<ISurfaceComposerClient> createConnection() = 0;
SurfaceComposerClient.h 42 class ISurfaceComposerClient;
151 sp<ISurfaceComposerClient> mClient;
SurfaceControl.h 30 #include <gui/ISurfaceComposerClient.h>
  /frameworks/native/include/private/gui/
LayerState.h 31 class ISurfaceComposerClient;
91 sp<ISurfaceComposerClient> client;
  /frameworks/native/services/surfaceflinger/
Client.h 27 #include <gui/ISurfaceComposerClient.h>
54 // ISurfaceComposerClient interface
SurfaceFlinger.h 41 #include <gui/ISurfaceComposerClient.h>
175 virtual sp<ISurfaceComposerClient> createConnection();
268 // ISurfaceComposerClient::destroySurface()
Layer.h 36 #include <gui/ISurfaceComposerClient.h>
Layer.cpp 85 if (flags & ISurfaceComposerClient::eHidden)
88 if (flags & ISurfaceComposerClient::eNonPremultiplied)
194 mSecure = (flags & ISurfaceComposerClient::eSecure) ? true : false;
195 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false;
196 mOpaqueLayer = (flags & ISurfaceComposerClient::eOpaque);
    [all...]
SurfaceFlinger.cpp 159 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection()
161 sp<ISurfaceComposerClient> bclient;
    [all...]
  /frameworks/base/services/input/
SpriteController.cpp 374 ISurfaceComposerClient::eHidden);

Completed in 189 milliseconds