Home
last modified time | relevance | path

Searched refs:setBufferingUpdateThreshold (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.h76 void setBufferingUpdateThreshold(int16_t thresholdPercent);
Dandroid_GenericPlayer.cpp188 void GenericPlayer::setBufferingUpdateThreshold(int16_t thresholdPercent) { in setBufferingUpdateThreshold() function in android::GenericPlayer
DAudioPlayer_to_android.cpp2448 ap->mAPlayer->setBufferingUpdateThreshold(threshold / 10); in android_audioPlayer_setBufferingUpdateThresholdPerMille()