OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thresholdPercent
(Results
1 - 2
of
2
) sorted by null
/system/media/wilhelm/src/android/
android_GenericPlayer.cpp
185
void GenericPlayer::setBufferingUpdateThreshold(int16_t
thresholdPercent
) {
186
SL_LOGV("GenericPlayer::setBufferingUpdateThreshold %d",
thresholdPercent
);
188
msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)
thresholdPercent
);
492
int32_t
thresholdPercent
= 0;
493
if (msg->findInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, &
thresholdPercent
)) {
495
mCacheFillNotifThreshold = (int16_t)
thresholdPercent
;
android_GenericPlayer.h
75
virtual void setBufferingUpdateThreshold(int16_t
thresholdPercent
);
Completed in 33 milliseconds