Searched defs:SurfaceComposerClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h43 class SurfaceComposerClient : virtual public RefBase class in namespace:android
46 SurfaceComposerClient();
47 virtual ~SurfaceComposerClient();
56 static sp<SurfaceComposerClient>
130 SurfaceComposerClient(const sp<ISurfaceComposer>& sm,
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp17 #define LOG_TAG "SurfaceComposerClient"
43 #include <surfaceflinger/SurfaceComposerClient.h>
58 // Must not be holding SurfaceComposerClient::mLock when acquiring gLock here.
61 static DefaultKeyedVector< sp<IBinder>, sp<SurfaceComposerClient> > gActiveConnections;
62 static SortedVector<sp<SurfaceComposerClient> > gOpenTransactions;
122 SurfaceComposerClient::SurfaceComposerClient() function in class:android::SurfaceComposerClient
139 SurfaceComposerClient::SurfaceComposerClient( function in class:android::SurfaceComposerClient
146 status_t SurfaceComposerClient
[all...]

Completed in 968 milliseconds