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

  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 33 #include <gui/ISurfaceComposerClient.h>
45 class BpSurfaceComposerClient : public BpInterface<ISurfaceComposerClient>
49 : BpInterface<ISurfaceComposerClient>(impl)
62 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor());
77 data.writeInterfaceToken(ISurfaceComposerClient::getInterfaceDescriptor());
84 IMPLEMENT_META_INTERFACE(SurfaceComposerClient, "android.ui.ISurfaceComposerClient");
93 CHECK_INTERFACE(ISurfaceComposerClient, data, reply);
108 CHECK_INTERFACE(ISurfaceComposerClient, data, reply);
119 status_t ISurfaceComposerClient::surface_data_t::readFromParcel(const Parcel& parcel)
126 status_t ISurfaceComposerClient::surface_data_t::writeToParcel(Parcel* parcel) cons
    [all...]
LayerState.cpp 19 #include <gui/ISurfaceComposerClient.h>
68 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder());
Android.mk 19 ISurfaceComposerClient.cpp \
SurfaceComposerClient.cpp 36 #include <gui/ISurfaceComposerClient.h>
316 sp<ISurfaceComposerClient> conn = sm->createConnection();
345 sp<ISurfaceComposerClient> client;
381 ISurfaceComposerClient::surface_data_t data;
ISurfaceComposer.cpp 53 virtual sp<ISurfaceComposerClient> createConnection()
59 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder());
Surface.cpp 52 const ISurfaceComposerClient::surface_data_t& data)
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 40 class ISurfaceComposerClient : public IInterface
71 class BnSurfaceComposerClient : public BnInterface<ISurfaceComposerClient>
ISurfaceComposer.h 31 #include <gui/ISurfaceComposerClient.h>
102 virtual sp<ISurfaceComposerClient> createConnection() = 0;
Surface.h 32 #include <gui/ISurfaceComposerClient.h>
93 const ISurfaceComposerClient::surface_data_t& data);
SurfaceComposerClient.h 41 class ISurfaceComposerClient;
139 sp<ISurfaceComposerClient> mClient;
  /frameworks/native/include/private/gui/
LayerState.h 32 class ISurfaceComposerClient;
75 sp<ISurfaceComposerClient> client;
  /frameworks/native/services/surfaceflinger/
Layer.h 30 #include <gui/ISurfaceComposerClient.h>
SurfaceFlinger.h 38 #include <gui/ISurfaceComposerClient.h>
74 // ISurfaceComposerClient interface
167 virtual sp<ISurfaceComposerClient> createConnection();
243 ISurfaceComposerClient::surface_data_t* params,
LayerBase.h 31 #include <gui/ISurfaceComposerClient.h>
SurfaceFlinger.cpp 159 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection()
161 sp<ISurfaceComposerClient> bclient;
    [all...]

Completed in 87 milliseconds