Lines Matching refs:ALOGV

55     ALOGV("constructor");  in MediaPlayer()
79 ALOGV("destructor"); in ~MediaPlayer()
91 ALOGV("disconnect"); in disconnect()
117 ALOGV("setListener"); in setListener()
159 ALOGV("setDataSource(%s)", url); in setDataSource()
177 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource()
193 ALOGV("setDataSource(IDataSource)"); in setDataSource()
214 ALOGV("invoke %zu", request.dataSize()); in invoke()
244 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
252 ALOGV("getBufferingSettings"); in getBufferingSettings()
263 ALOGV("setBufferingSettings"); in setBufferingSettings()
294 ALOGV("prepare"); in prepare()
312 ALOGV("prepare complete - status=%d", mPrepareStatus); in prepare()
319 ALOGV("prepareAsync"); in prepareAsync()
326 ALOGV("start"); in start()
346 ALOGV("playback completed immediately following start()"); in start()
361 ALOGV("stop"); in stop()
380 ALOGV("pause"); in pause()
403 ALOGV("isPlaying: %d", temp); in isPlaying()
413 ALOGV("isPlaying: no active player"); in isPlaying()
419 ALOGV("setPlaybackSettings: %f %f %d %d", in setPlaybackSettings()
461 ALOGV("setSyncSettings: %u %u %f %f", in setSyncSettings()
478 ALOGV("getVideoWidth"); in getVideoWidth()
487 ALOGV("getVideoHeight"); in getVideoHeight()
496 ALOGV("getCurrentPosition"); in getCurrentPosition()
500 ALOGV("Using cached seek position: %d", mCurrentPosition); in getCurrentPosition()
511 ALOGV("getDuration_l"); in getDuration_l()
542 ALOGV("seekTo (%d, %d)", msec, mode); in seekTo_l()
576 ALOGV("Seek in progress - queue up seekTo[%d, %d]", msec, mode); in seekTo_l()
643 ALOGV("reset"); in reset()
654 ALOGV("MediaPlayer::setAudioStreamType"); in setAudioStreamType()
670 ALOGV("getAudioStreamType"); in getAudioStreamType()
678 ALOGV("MediaPlayer::setLooping"); in setLooping()
688 ALOGV("isLooping"); in isLooping()
693 ALOGV("isLooping: no active player"); in isLooping()
699 ALOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume); in setVolume()
711 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId); in setAudioSessionId()
736 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level); in setAuxEffectSendLevel()
747 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId); in attachAuxEffect()
780 ALOGV("MediaPlayer::setParameter(%d)", key); in setParameter()
807 ALOGV("MediaPlayer::getParameter(%d)", key); in getParameter()
816 ALOGV("getParameter: no active player"); in getParameter()
822 ALOGV("MediaPlayer::setRetransmitEndpoint(%s:%hu)", in setRetransmitEndpoint()
850 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
869 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
878 ALOGV("MediaPlayer::notify() prepared"); in notify()
881 ALOGV("signal application thread"); in notify()
888 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj); in notify()
891 ALOGV("playback complete"); in notify()
907 ALOGV("signal application thread"); in notify()
922 ALOGV("Received seek complete"); in notify()
924 ALOGV("Executing queued seekTo(%d, %d)", mCurrentPosition, mCurrentSeekMode); in notify()
930 ALOGV("All seeks complete - return to regularly scheduled program"); in notify()
936 ALOGV("buffering %d", ext1); in notify()
939 ALOGV("New video size %d x %d", ext1, ext2); in notify()
944 ALOGV("Received notify time message"); in notify()
947 ALOGV("Received timed text message"); in notify()
950 ALOGV("Received subtitle data message"); in notify()
953 ALOGV("Received timed metadata message"); in notify()
956 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
966 ALOGV("callback application"); in notify()
968 ALOGV("back from callback"); in notify()
974 ALOGV("died"); in died()
1082 ALOGV("setOutputDevice: player not init"); in setOutputDevice()
1092 ALOGV("getRoutedDeviceId: player not init"); in getRoutedDeviceId()
1107 ALOGV("addAudioDeviceCallback: player not init"); in enableAudioDeviceCallback()