HomeSort by relevance Sort by last modified time
    Searched full:thresholdpercent (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 188 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) {
189 SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d", thresholdPercent);
191 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent);
506 int32_t thresholdPercent = 0;
507 if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &thresholdPercent)) {
509 mCacheFillNotifThreshold = (int16_t)thresholdPercent;
android_GenericPlayer.h 76 void setBufferingUpdateThreshold(int16_t thresholdPercent);

Completed in 52 milliseconds