Lines Matching full:player
28 // default delay in Us used when reposting an event when the player is not ready to accept
141 // only send video size updates if the player was flagged as having video, to avoid
263 sp<IMediaPlayer> player;
264 getPreparedPlayer(player);
265 if (player != NULL) {
266 player->stop();
269 //player->setDataSource(NULL);
270 player->setVideoSurfaceTexture(NULL);
271 player->disconnect();
293 sp<IMediaPlayer> player;
294 getPreparedPlayer(player);
296 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) {
318 sp<IMediaPlayer> player;
319 getPreparedPlayer(player);
320 if (player != 0) {
323 player->setParameter(KEY_PARAMETER_PLAYBACK_RATE_PERMILLE, rateParcel);
542 // Mark this player as prepared successfully, so safe to directly call getCurrentPosition
584 SL_LOGD("media player prepared on local source");
593 SL_LOGD("media player prepared on non-local source");
604 // If player is prepared successfully, set output parameter to that reference, otherwise NULL