Home
last modified time | relevance | path

Searched refs:PLAYEREVENT_ENDOFSTREAM (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_defs.h116 #define PLAYEREVENT_ENDOFSTREAM "eos" macro
Dandroid_AudioSfDecoder.cpp532 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/); in onDecode()
634 else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val)) { in onNotify()
635 SL_LOGV("\tASfPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val); in onNotify()
Dandroid_GenericPlayer.cpp430 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) { in onNotify()
431 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val1); in onNotify()
Dandroid_GenericMediaPlayer.cpp158 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/); in notify()