• Home
  • Raw
  • Download

Lines Matching refs:LOGV

81     LOGV("constructor");  in MediaPlayer()
104 LOGV("destructor"); in ~MediaPlayer()
112 LOGV("disconnect"); in disconnect()
136 LOGV("setListener"); in setListener()
175 LOGV("setDataSource(%s)", url); in setDataSource()
189 LOGV("setDataSource(%d, %lld, %lld)", fd, offset, length); in setDataSource()
204 LOGV("invoke %d", request.dataSize()); in invoke()
233 LOGV("setVideoSurface"); in setVideoSurface()
260 LOGV("prepare"); in prepare()
278 LOGV("prepare complete - status=%d", mPrepareStatus); in prepare()
285 LOGV("prepareAsync"); in prepareAsync()
292 LOGV("start"); in start()
306 LOGV("playback completed immediately following start()"); in start()
317 LOGV("stop"); in stop()
336 LOGV("pause"); in pause()
359 LOGV("isPlaying: %d", temp); in isPlaying()
366 LOGV("isPlaying: no active player"); in isPlaying()
372 LOGV("getVideoWidth"); in getVideoWidth()
381 LOGV("getVideoHeight"); in getVideoHeight()
390 LOGV("getCurrentPosition"); in getCurrentPosition()
394 LOGV("Using cached seek position: %d", mCurrentPosition); in getCurrentPosition()
405 LOGV("getDuration"); in getDuration_l()
427 LOGV("seekTo %d", msec); in seekTo_l()
444 LOGV("Seek in progress - queue up seekTo[%d]", msec); in seekTo_l()
464 LOGV("reset"); in reset()
485 LOGV("MediaPlayer::setAudioStreamType"); in setAudioStreamType()
501 LOGV("MediaPlayer::setLooping"); in setLooping()
511 LOGV("isLooping"); in isLooping()
516 LOGV("isLooping: no active player"); in isLooping()
522 LOGV("MediaPlayer::setVolume(%f, %f)", leftVolume, rightVolume); in setVolume()
534 LOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
552 LOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
561 LOGV("prepared"); in notify()
564 LOGV("signal application thread"); in notify()
571 LOGV("playback complete"); in notify()
584 LOGV("signal application thread"); in notify()
597 LOGV("Received seek complete"); in notify()
599 LOGV("Executing queued seekTo(%d)", mSeekPosition); in notify()
604 LOGV("All seeks complete - return to regularly scheduled program"); in notify()
609 LOGV("buffering %d", ext1); in notify()
612 LOGV("New video size %d x %d", ext1, ext2); in notify()
617 LOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
627 LOGV("callback application"); in notify()
629 LOGV("back from callback"); in notify()
667 LOGV("decode(%s)", url); in decode()
681 LOGV("decode(%d, %lld, %lld)", fd, offset, length); in decode()