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 533 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
635 else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val)) {
636 SL_LOGV("\tASfPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val);
android_GenericPlayer.cpp 429 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) {
430 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 101 milliseconds