Searched refs:PLAYEREVENT_ERRORAFTERPREPARE (Results 1 – 3 of 3) sorted by relevance
118 #define PLAYEREVENT_ERRORAFTERPREPARE "easp" // error after successful prepare macro
445 } else if (msg->findInt32(PLAYEREVENT_ERRORAFTERPREPARE, &val1)) { in onNotify()446 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ERRORAFTERPREPARE, val1); in onNotify()
184 genericMediaPlayer->notify(PLAYEREVENT_ERRORAFTERPREPARE, ext1, true /*async*/); in notify()