Searched refs:thresholdPercent (Results 1 – 2 of 2) sorted by relevance
188 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) { in setBufferingUpdateThreshold() argument189 SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d", thresholdPercent); in setBufferingUpdateThreshold()191 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent); in setBufferingUpdateThreshold()506 int32_t thresholdPercent = 0; in onSetBufferingUpdateThreshold() local507 if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &thresholdPercent)) { in onSetBufferingUpdateThreshold()509 mCacheFillNotifThreshold = (int16_t)thresholdPercent; in onSetBufferingUpdateThreshold()
76 void setBufferingUpdateThreshold(int16_t thresholdPercent);