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

  /frameworks/wilhelm/src/android/
android_defs.h 114 #define PLAYEREVENT_ENDOFSTREAM "eos"
android_AudioSfDecoder.cpp 535 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
637 else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val)) {
638 SL_LOGV("\tASfPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val);
android_GenericPlayer.cpp 430 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) {
431 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val1);
android_GenericMediaPlayer.cpp 157 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
379 // notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);

Completed in 48 milliseconds