Lines Matching refs:ALOGV

47     ALOGV("constructor");
69 ALOGV("destructor");
77 ALOGV("disconnect");
102 ALOGV("setListener");
143 ALOGV("setDataSource(%s)", url);
161 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
177 ALOGV("setDataSource");
198 ALOGV("invoke %d", request.dataSize());
228 ALOGV("setVideoSurfaceTexture");
252 ALOGV("prepare");
270 ALOGV("prepare complete - status=%d", mPrepareStatus);
277 ALOGV("prepareAsync");
284 ALOGV("start");
299 ALOGV("playback completed immediately following start()");
310 ALOGV("stop");
329 ALOGV("pause");
352 ALOGV("isPlaying: %d", temp);
359 ALOGV("isPlaying: no active player");
365 ALOGV("getVideoWidth");
374 ALOGV("getVideoHeight");
383 ALOGV("getCurrentPosition");
387 ALOGV("Using cached seek position: %d", mCurrentPosition);
398 ALOGV("getDuration");
420 ALOGV("seekTo %d", msec);
437 ALOGV("Seek in progress - queue up seekTo[%d]", msec);
493 ALOGV("reset");
500 ALOGV("MediaPlayer::setAudioStreamType");
516 ALOGV("MediaPlayer::setLooping");
526 ALOGV("isLooping");
531 ALOGV("isLooping: no active player");
537 ALOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume);
549 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId);
574 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level);
585 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId);
599 ALOGV("MediaPlayer::setParameter(%d)", key);
604 ALOGV("setParameter: no active player");
610 ALOGV("MediaPlayer::getParameter(%d)", key);
615 ALOGV("getParameter: no active player");
621 ALOGV("MediaPlayer::setRetransmitEndpoint(%s:%hu)",
649 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
668 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
677 ALOGV("prepared");
680 ALOGV("signal application thread");
687 ALOGV("playback complete");
703 ALOGV("signal application thread");
718 ALOGV("Received seek complete");
720 ALOGV("Executing queued seekTo(%d)", mSeekPosition);
725 ALOGV("All seeks complete - return to regularly scheduled program");
730 ALOGV("buffering %d", ext1);
733 ALOGV("New video size %d x %d", ext1, ext2);
738 ALOGV("Received timed text message");
741 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2);
751 ALOGV("callback application");
753 ALOGV("back from callback");
759 ALOGV("decode(%s)", url);
773 ALOGV("died");
779 ALOGV("decode(%d, %lld, %lld)", fd, offset, length);