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

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

Completed in 41 milliseconds