Searched refs:PLAYEREVENT_ENDOFSTREAM (Results 1 – 4 of 4) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | android_defs.h | 114 #define PLAYEREVENT_ENDOFSTREAM "eos" macro
|
D | android_AudioSfDecoder.cpp | 533 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/); in onDecode() 635 else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val)) { in onNotify() 636 SL_LOGV("\tASfPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val); in onNotify()
|
D | android_GenericPlayer.cpp | 429 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) { in onNotify() 430 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val1); in onNotify()
|
D | android_GenericMediaPlayer.cpp | 157 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/); in notify()
|