Lines Matching full:status_t
193 status_t setDataSource(
197 status_t setDataSource(int fd, int64_t offset, int64_t length);
198 status_t setDataSource(const sp<IStreamSource> &source);
199 status_t setVideoSurfaceTexture(
201 status_t setListener(const sp<MediaPlayerListener>& listener);
202 status_t prepare();
203 status_t prepareAsync();
204 status_t start();
205 status_t stop();
206 status_t pause();
208 status_t getVideoWidth(int *w);
209 status_t getVideoHeight(int *h);
210 status_t seekTo(int msec);
211 status_t getCurrentPosition(int *msec);
212 status_t getDuration(int *msec);
213 status_t reset();
214 status_t setAudioStreamType(audio_stream_type_t type);
215 status_t setLooping(int loop);
217 status_t setVolume(float leftVolume, float rightVolume);
221 status_t invoke(const Parcel& request, Parcel *reply);
222 status_t setMetadataFilter(const Parcel& filter);
223 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
224 status_t setAudioSessionId(int sessionId);
226 status_t setAuxEffectSendLevel(float level);
227 status_t attachAuxEffect(int effectId);
228 status_t setParameter(int key, const Parcel& request);
229 status_t getParameter(int key, Parcel* reply);
230 status_t setRetransmitEndpoint(const char* addrString, uint16_t port);
231 status_t setNextMediaPlayer(const sp<MediaPlayer>& player);
235 status_t seekTo_l(int msec);
236 status_t prepareAsync_l();
237 status_t getDuration_l(int *msec);
238 status_t attachNewPlayer(const sp<IMediaPlayer>& player);
239 status_t reset_l();
240 status_t doSetRetransmitEndpoint(const sp<IMediaPlayer>& player);
254 status_t mPrepareStatus;