Searched defs:thresholdPercent (Results 1 - 1 of 1) sorted by last modified time

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp187 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) { argument
188 SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d", thresholdPercent);
190 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent);
505 int32_t thresholdPercent = 0; local
506 if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &thresholdPercent)) {
508 mCacheFillNotifThreshold = (int16_t)thresholdPercent;

Completed in 21 milliseconds