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

/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h62 class SurfaceComposerClient : public RefBase class in namespace:android
65 SurfaceComposerClient();
66 virtual ~SurfaceComposerClient();
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp17 #define LOG_TAG "SurfaceComposerClient"
36 #include <surfaceflinger/SurfaceComposerClient.h>
79 SortedVector< wp<SurfaceComposerClient> > mActiveConnections;
80 SortedVector<sp<SurfaceComposerClient> > mOpenTransactions;
85 void addClientImpl(const sp<SurfaceComposerClient>& client) {
90 void removeClientImpl(const sp<SurfaceComposerClient>& client) {
104 sp<SurfaceComposerClient> client(mActiveConnections[i].promote());
120 SortedVector< sp<SurfaceComposerClient> > clients(mOpenTransactions);
136 static void addClient(const sp<SurfaceComposerClient>& client) {
139 static void removeClient(const sp<SurfaceComposerClient>
161 SurfaceComposerClient::SurfaceComposerClient() function in class:android::SurfaceComposerClient
[all...]

Completed in 179 milliseconds