Home
last modified time | relevance | path

Searched refs:PLAYEREVENT_PREFETCHFILLLEVELUPDATE (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_defs.h113 #define PLAYEREVENT_PREFETCHFILLLEVELUPDATE "pflu" macro
Dandroid_GenericPlayer.cpp426 } else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val1)) { in onNotify()
427 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val1); in onNotify()
561 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/); in notifyCacheFill()
Dandroid_AudioSfDecoder.cpp631 else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val)) { in onNotify()
632 SL_LOGV("\tASfPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val); in onNotify()