HomeSort by relevance Sort by last modified time
    Searched defs:onPlay (Results 1 - 4 of 4) sorted by null

  /system/media/wilhelm/src/android/
android_StreamPlayer.cpp 389 void StreamPlayer::onPlay() {
390 SL_LOGD("StreamPlayer::onPlay()");
395 GenericMediaPlayer::onPlay();
android_GenericMediaPlayer.cpp 291 void GenericMediaPlayer::onPlay() {
292 SL_LOGD("GenericMediaPlayer::onPlay()");
296 GenericPlayer::onPlay();
android_GenericPlayer.cpp 315 onPlay();
440 void GenericPlayer::onPlay() {
441 SL_LOGD("GenericPlayer::onPlay()");
android_AudioSfDecoder.cpp 364 void AudioSfDecoder::onPlay() {
365 SL_LOGV("AudioSfDecoder::onPlay()");
366 GenericPlayer::onPlay();

Completed in 580 milliseconds