more clean-up in preparation of bigger changes

the most important change here is the renaming of
ISurfaceFlingerClient to ISurfaceComposerClient

Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
This commit is contained in:
Mathias Agopian
2010-05-28 14:22:23 -07:00
parent cdfd5fe2c8
commit 770492cb2b
16 changed files with 117 additions and 90 deletions

View File

@ -27,7 +27,7 @@
#include <ui/PixelFormat.h>
#include <surfaceflinger/ISurfaceFlingerClient.h>
#include <surfaceflinger/ISurfaceComposerClient.h>
namespace android {
// ----------------------------------------------------------------------------
@ -86,7 +86,7 @@ public:
* ACCESS_SURFACE_FLINGER permission
*/
virtual sp<ISurfaceFlingerClient> createConnection() = 0;
virtual sp<ISurfaceComposerClient> createConnection() = 0;
/* retrieve the control block */
virtual sp<IMemoryHeap> getCblk() const = 0;