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

/system/media/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp185 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) { argument
186 SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d", thresholdPercent);
188 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent);
493 int32_t thresholdPercent = 0; local
494 if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &thresholdPercent)) {
496 mCacheFillNotifThreshold = (int16_t)thresholdPercent;

Completed in 693 milliseconds