Searched defs:thresholdPercent (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp188 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) { argument
189 SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d", thresholdPercent);
191 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent);
506 int32_t thresholdPercent = 0; local
507 if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &thresholdPercent)) {
509 mCacheFillNotifThreshold = (int16_t)thresholdPercent;

Completed in 107 milliseconds