Lines Matching refs:sp
63 MediaPlayerDeathNotifier(const sp<MediaPlayerNotificationClient> playerClient) :
75 const sp<MediaPlayerNotificationClient> mPlayerClient;
92 virtual void setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
103 virtual void onSeek(const sp<AMessage> &msg);
104 virtual void onLoop(const sp<AMessage> &msg);
107 virtual void onBufferingUpdate(const sp<AMessage> &msg);
108 virtual void onAttachAuxEffect(const sp<AMessage> &msg);
109 virtual void onSetAuxEffectSendLevel(const sp<AMessage> &msg);
114 sp<IGraphicBufferProducer> mVideoSurfaceTexture;
117 sp<IMediaPlayer> mPlayer;
119 const sp<MediaPlayerNotificationClient> mPlayerClient;
122 const sp<MediaPlayerDeathNotifier> mPlayerDeathNotifier;
125 static const sp<IMediaPlayerService> getMediaPlayerService() {
135 sp<IMediaPlayer> mPreparedPlayer; // non-NULL if MediaPlayer exists and prepared, write once
137 void getPreparedPlayer(sp<IMediaPlayer> &preparedPlayer); // safely read mPreparedPlayer