Lines Matching refs:ALOGV

46     ALOGV("constructor");  in MediaPlayer()
70 ALOGV("destructor"); in ~MediaPlayer()
82 ALOGV("disconnect"); in disconnect()
108 ALOGV("setListener"); in setListener()
150 ALOGV("setDataSource(%s)", url); in setDataSource()
168 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource()
184 ALOGV("setDataSource(IDataSource)"); in setDataSource()
205 ALOGV("invoke %zu", request.dataSize()); in invoke()
235 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture()
243 ALOGV("getBufferingSettings"); in getBufferingSettings()
254 ALOGV("setBufferingSettings"); in setBufferingSettings()
285 ALOGV("prepare"); in prepare()
303 ALOGV("prepare complete - status=%d", mPrepareStatus); in prepare()
310 ALOGV("prepareAsync"); in prepareAsync()
317 ALOGV("start"); in start()
337 ALOGV("playback completed immediately following start()"); in start()
352 ALOGV("stop"); in stop()
371 ALOGV("pause"); in pause()
394 ALOGV("isPlaying: %d", temp); in isPlaying()
404 ALOGV("isPlaying: no active player"); in isPlaying()
410 ALOGV("setPlaybackSettings: %f %f %d %d", in setPlaybackSettings()
452 ALOGV("setSyncSettings: %u %u %f %f", in setSyncSettings()
469 ALOGV("getVideoWidth"); in getVideoWidth()
478 ALOGV("getVideoHeight"); in getVideoHeight()
487 ALOGV("getCurrentPosition"); in getCurrentPosition()
491 ALOGV("Using cached seek position: %d", mCurrentPosition); in getCurrentPosition()
502 ALOGV("getDuration_l"); in getDuration_l()
533 ALOGV("seekTo (%d, %d)", msec, mode); in seekTo_l()
567 ALOGV("Seek in progress - queue up seekTo[%d, %d]", msec, mode); in seekTo_l()
634 ALOGV("reset"); in reset()
645 ALOGV("MediaPlayer::setAudioStreamType"); in setAudioStreamType()
661 ALOGV("getAudioStreamType"); in getAudioStreamType()
669 ALOGV("MediaPlayer::setLooping"); in setLooping()
679 ALOGV("isLooping"); in isLooping()
684 ALOGV("isLooping: no active player"); in isLooping()
690 ALOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume); in setVolume()
702 ALOGV("MediaPlayer::setAudioSessionId(%d)", sessionId); in setAudioSessionId()
727 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level); in setAuxEffectSendLevel()
738 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId); in attachAuxEffect()
771 ALOGV("MediaPlayer::setParameter(%d)", key); in setParameter()
798 ALOGV("MediaPlayer::getParameter(%d)", key); in getParameter()
807 ALOGV("getParameter: no active player"); in getParameter()
813 ALOGV("MediaPlayer::setRetransmitEndpoint(%s:%hu)", in setRetransmitEndpoint()
841 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
860 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
869 ALOGV("MediaPlayer::notify() prepared"); in notify()
872 ALOGV("signal application thread"); in notify()
879 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj); in notify()
882 ALOGV("playback complete"); in notify()
898 ALOGV("signal application thread"); in notify()
913 ALOGV("Received seek complete"); in notify()
915 ALOGV("Executing queued seekTo(%d, %d)", mCurrentPosition, mCurrentSeekMode); in notify()
921 ALOGV("All seeks complete - return to regularly scheduled program"); in notify()
927 ALOGV("buffering %d", ext1); in notify()
930 ALOGV("New video size %d x %d", ext1, ext2); in notify()
935 ALOGV("Received notify time message"); in notify()
938 ALOGV("Received timed text message"); in notify()
941 ALOGV("Received subtitle data message"); in notify()
944 ALOGV("Received timed metadata message"); in notify()
947 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
957 ALOGV("callback application"); in notify()
959 ALOGV("back from callback"); in notify()
965 ALOGV("died"); in died()
1073 ALOGV("setOutputDevice: player not init"); in setOutputDevice()
1083 ALOGV("getRoutedDeviceId: player not init"); in getRoutedDeviceId()
1098 ALOGV("addAudioDeviceCallback: player not init"); in enableAudioDeviceCallback()