Loading include/ui/Surface.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ namespace android { // --------------------------------------------------------------------------- class BufferMapper; class IOMX; class Rect; class MediaPlayerImpl; class Surface; class SurfaceComposerClient; struct per_client_cblk_t; Loading Loading @@ -181,7 +181,7 @@ private: // mediaplayer needs access to ISurface for display friend class MediaPlayer; friend class Test; friend class MediaPlayerImpl; friend class IOMX; const sp<ISurface>& getISurface() const { return mSurface; } status_t getBufferLocked(int index); Loading Loading
include/ui/Surface.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ namespace android { // --------------------------------------------------------------------------- class BufferMapper; class IOMX; class Rect; class MediaPlayerImpl; class Surface; class SurfaceComposerClient; struct per_client_cblk_t; Loading Loading @@ -181,7 +181,7 @@ private: // mediaplayer needs access to ISurface for display friend class MediaPlayer; friend class Test; friend class MediaPlayerImpl; friend class IOMX; const sp<ISurface>& getISurface() const { return mSurface; } status_t getBufferLocked(int index); Loading