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