HomeSort by relevance Sort by last modified time
    Searched refs:PLAYEREVENT_PREFETCHFILLLEVELUPDATE (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/android/
android_defs.h 113 #define PLAYEREVENT_PREFETCHFILLLEVELUPDATE "pflu"
android_GenericPlayer.cpp 426 } else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val1)) {
427 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val1);
561 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
android_AudioSfDecoder.cpp 631 else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val)) {
632 SL_LOGV("\tASfPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val);

Completed in 69 milliseconds