Lines Matching refs:ALOGV
52 ALOGV("constructor"); in MediaPlayer()
74 ALOGV("destructor"); in ~MediaPlayer()
86 ALOGV("disconnect"); in disconnect()
110 ALOGV("setListener"); in setListener()
152 ALOGV("setDataSource(%s)", url); in setDataSource()
170 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource()
186 ALOGV("setDataSource(IDataSource)"); in setDataSource()
207 ALOGV("invoke %zu", request.dataSize()); in invoke()
237 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
265 ALOGV("prepare"); in prepare()
283 ALOGV("prepare complete - status=%d", mPrepareStatus); in prepare()
290 ALOGV("prepareAsync"); in prepareAsync()
297 ALOGV("start"); in start()
317 ALOGV("playback completed immediately following start()"); in start()
332 ALOGV("stop"); in stop()
351 ALOGV("pause"); in pause()
374 ALOGV("isPlaying: %d", temp); in isPlaying()
384 ALOGV("isPlaying: no active player"); in isPlaying()
390 ALOGV("setPlaybackSettings: %f %f %d %d", in setPlaybackSettings()
430 ALOGV("setSyncSettings: %u %u %f %f", in setSyncSettings()
447 ALOGV("getVideoWidth"); in getVideoWidth()
456 ALOGV("getVideoHeight"); in getVideoHeight()
465 ALOGV("getCurrentPosition"); in getCurrentPosition()
469 ALOGV("Using cached seek position: %d", mCurrentPosition); in getCurrentPosition()
480 ALOGV("getDuration_l"); in getDuration_l()
511 ALOGV("seekTo %d", msec); in seekTo_l()
543 ALOGV("Seek in progress - queue up seekTo[%d]", msec); in seekTo_l()
601 ALOGV("reset"); in reset()
608 ALOGV("MediaPlayer::setAudioStreamType"); in setAudioStreamType()
624 ALOGV("getAudioStreamType"); in getAudioStreamType()
632 ALOGV("MediaPlayer::setLooping"); in setLooping()
642 ALOGV("isLooping"); in isLooping()
647 ALOGV("isLooping: no active player"); in isLooping()
653 ALOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume); in setVolume()
665 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId); in setAudioSessionId()
690 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level); in setAuxEffectSendLevel()
701 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId); in attachAuxEffect()
734 ALOGV("MediaPlayer::setParameter(%d)", key); in setParameter()
761 ALOGV("MediaPlayer::getParameter(%d)", key); in getParameter()
766 ALOGV("getParameter: no active player"); in getParameter()
772 ALOGV("MediaPlayer::setRetransmitEndpoint(%s:%hu)", in setRetransmitEndpoint()
800 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
819 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
828 ALOGV("prepared"); in notify()
831 ALOGV("signal application thread"); in notify()
838 ALOGV("playback complete"); in notify()
854 ALOGV("signal application thread"); in notify()
869 ALOGV("Received seek complete"); in notify()
871 ALOGV("Executing queued seekTo(%d)", mSeekPosition); in notify()
876 ALOGV("All seeks complete - return to regularly scheduled program"); in notify()
881 ALOGV("buffering %d", ext1); in notify()
884 ALOGV("New video size %d x %d", ext1, ext2); in notify()
889 ALOGV("Received timed text message"); in notify()
892 ALOGV("Received subtitle data message"); in notify()
895 ALOGV("Received timed metadata message"); in notify()
898 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
908 ALOGV("callback application"); in notify()
910 ALOGV("back from callback"); in notify()
916 ALOGV("died"); in died()