diff options
author | Andreas Huber <andih@google.com> | 2009-07-31 11:52:50 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2009-07-31 12:48:53 -0700 |
commit | 764d4ab4561b8556c06f2ae7c56b7e983a5cf0b7 (patch) | |
tree | d422e17ee9f3b8e921695a3a519adc140d4e06c8 /include/ui | |
parent | 3e27ed48f32d12441a1eb69e69217514530642f9 (diff) | |
download | frameworks_native-764d4ab4561b8556c06f2ae7c56b7e983a5cf0b7.zip frameworks_native-764d4ab4561b8556c06f2ae7c56b7e983a5cf0b7.tar.gz frameworks_native-764d4ab4561b8556c06f2ae7c56b7e983a5cf0b7.tar.bz2 |
The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting.
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/Surface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/Surface.h b/include/ui/Surface.h index 156d453..5665c1f 100644 --- a/include/ui/Surface.h +++ b/include/ui/Surface.h @@ -36,6 +36,7 @@ namespace android { class BufferMapper; class Rect; +class MediaPlayerImpl; class Surface; class SurfaceComposerClient; struct per_client_cblk_t; @@ -180,6 +181,7 @@ private: // mediaplayer needs access to ISurface for display friend class MediaPlayer; friend class Test; + friend class MediaPlayerImpl; const sp<ISurface>& getISurface() const { return mSurface; } status_t getBufferLocked(int index); |