Home | History | Annotate | Download | only in libmedia

Lines Matching refs:ALOGV

47     ALOGV("constructor");
68 ALOGV("destructor");
76 ALOGV("disconnect");
100 ALOGV("setListener");
141 ALOGV("setDataSource(%s)", url);
159 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
175 ALOGV("setDataSource");
196 ALOGV("invoke %d", request.dataSize());
226 ALOGV("setVideoSurfaceTexture");
250 ALOGV("prepare");
268 ALOGV("prepare complete - status=%d", mPrepareStatus);
275 ALOGV("prepareAsync");
282 ALOGV("start");
297 ALOGV("playback completed immediately following start()");
308 ALOGV("stop");
327 ALOGV("pause");
350 ALOGV("isPlaying: %d", temp);
357 ALOGV("isPlaying: no active player");
363 ALOGV("getVideoWidth");
372 ALOGV("getVideoHeight");
381 ALOGV("getCurrentPosition");
385 ALOGV("Using cached seek position: %d", mCurrentPosition);
396 ALOGV("getDuration_l");
425 ALOGV("seekTo %d", msec);
456 ALOGV("Seek in progress - queue up seekTo[%d]", msec);
512 ALOGV("reset");
519 ALOGV("MediaPlayer::setAudioStreamType");
535 ALOGV("MediaPlayer::setLooping");
545 ALOGV("isLooping");
550 ALOGV("isLooping: no active player");
556 ALOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume);
568 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId);
593 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level);
604 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId);
618 ALOGV("MediaPlayer::setParameter(%d)", key);
623 ALOGV("setParameter: no active player");
629 ALOGV("MediaPlayer::getParameter(%d)", key);
634 ALOGV("getParameter: no active player");
640 ALOGV("MediaPlayer::setRetransmitEndpoint(%s:%hu)",
668 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
687 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
696 ALOGV("prepared");
699 ALOGV("signal application thread");
706 ALOGV("playback complete");
722 ALOGV("signal application thread");
737 ALOGV("Received seek complete");
739 ALOGV("Executing queued seekTo(%d)", mSeekPosition);
744 ALOGV("All seeks complete - return to regularly scheduled program");
749 ALOGV("buffering %d", ext1);
752 ALOGV("New video size %d x %d", ext1, ext2);
757 ALOGV("Received timed text message");
760 ALOGV("Received subtitle data message");
763 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2);
773 ALOGV("callback application");
775 ALOGV("back from callback");
783 ALOGV("decode(%s)", url);
798 ALOGV("died");
807 ALOGV("decode(%d, %lld, %lld)", fd, offset, length);