Lines Matching refs:status_t
167 status_t setDataSource(
171 status_t setDataSource(int fd, int64_t offset, int64_t length);
172 status_t setDataSource(const sp<IStreamSource> &source);
173 status_t setVideoSurface(const sp<Surface>& surface);
174 status_t setVideoSurfaceTexture(
176 status_t setListener(const sp<MediaPlayerListener>& listener);
177 status_t prepare();
178 status_t prepareAsync();
179 status_t start();
180 status_t stop();
181 status_t pause();
183 status_t getVideoWidth(int *w);
184 status_t getVideoHeight(int *h);
185 status_t seekTo(int msec);
186 status_t getCurrentPosition(int *msec);
187 status_t getDuration(int *msec);
188 status_t reset();
189 status_t setAudioStreamType(int type);
190 status_t setLooping(int loop);
192 status_t setVolume(float leftVolume, float rightVolume);
196 status_t invoke(const Parcel& request, Parcel *reply);
197 status_t setMetadataFilter(const Parcel& filter);
198 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
199 status_t setAudioSessionId(int sessionId);
201 status_t setAuxEffectSendLevel(float level);
202 status_t attachAuxEffect(int effectId);
203 status_t setParameter(int key, const Parcel& request);
204 status_t getParameter(int key, Parcel* reply);
208 status_t seekTo_l(int msec);
209 status_t prepareAsync_l();
210 status_t getDuration_l(int *msec);
211 status_t attachNewPlayer(const sp<IMediaPlayer>& player);
212 status_t reset_l();
226 status_t mPrepareStatus;