Lines Matching refs:ALOGV

49     ALOGV("constructor");
71 ALOGV("destructor");
83 ALOGV("disconnect");
107 ALOGV("setListener");
149 ALOGV("setDataSource(%s)", url);
167 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
183 ALOGV("setDataSource");
204 ALOGV("invoke %zu", request.dataSize());
234 ALOGV("setVideoSurfaceTexture");
261 ALOGV("prepare");
279 ALOGV("prepare complete - status=%d", mPrepareStatus);
286 ALOGV("prepareAsync");
293 ALOGV("start");
313 ALOGV("playback completed immediately following start()");
328 ALOGV("stop");
347 ALOGV("pause");
370 ALOGV("isPlaying: %d", temp);
377 ALOGV("isPlaying: no active player");
383 ALOGV("getVideoWidth");
392 ALOGV("getVideoHeight");
401 ALOGV("getCurrentPosition");
405 ALOGV("Using cached seek position: %d", mCurrentPosition);
416 ALOGV("getDuration_l");
445 ALOGV("seekTo %d", msec);
476 ALOGV("Seek in progress - queue up seekTo[%d]", msec);
532 ALOGV("reset");
539 ALOGV("MediaPlayer::setAudioStreamType");
555 ALOGV("getAudioStreamType");
563 ALOGV("MediaPlayer::setLooping");
573 ALOGV("isLooping");
578 ALOGV("isLooping: no active player");
584 ALOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume);
596 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId);
621 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level);
632 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId);
665 ALOGV("MediaPlayer::setParameter(%d)", key);
681 ALOGV("setParameter: no active player");
688 ALOGV("MediaPlayer::getParameter(%d)", key);
693 ALOGV("getParameter: no active player");
699 ALOGV("MediaPlayer::setRetransmitEndpoint(%s:%hu)",
727 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
746 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
755 ALOGV("prepared");
758 ALOGV("signal application thread");
765 ALOGV("playback complete");
781 ALOGV("signal application thread");
796 ALOGV("Received seek complete");
798 ALOGV("Executing queued seekTo(%d)", mSeekPosition);
803 ALOGV("All seeks complete - return to regularly scheduled program");
808 ALOGV("buffering %d", ext1);
811 ALOGV("New video size %d x %d", ext1, ext2);
816 ALOGV("Received timed text message");
819 ALOGV("Received subtitle data message");
822 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2);
832 ALOGV("callback application");
834 ALOGV("back from callback");
847 ALOGV("decode(%s)", url);
862 ALOGV("died");
871 ALOGV("decode(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);