Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp188 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) { in setBufferingUpdateThreshold() argument
189 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() local
507 if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &thresholdPercent)) { in onSetBufferingUpdateThreshold()
509 mCacheFillNotifThreshold = (int16_t)thresholdPercent; in onSetBufferingUpdateThreshold()
Dandroid_GenericPlayer.h76 void setBufferingUpdateThreshold(int16_t thresholdPercent);