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

/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;
H A Dandroid_GenericPlayer.h76 void setBufferingUpdateThreshold(int16_t thresholdPercent);

Completed in 85 milliseconds