Searched refs:mMaxRate (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIRatePitch.cpp27 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
72 SLpermille maxRate = thiz->mMaxRate;
96 thiz->mMaxRate = 2000;
H A DIPlaybackRate.cpp28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
138 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) {
165 SLpermille maxRate = thiz->mMaxRate;
198 thiz->mMaxRate = 1000;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java90 private final int mMaxRate; field in class:NetworkDetail
288 mMaxRate = maxRateA > maxRateB ? maxRateA : maxRateB;
289 mWifiMode = InformationElementUtil.WifiMode.determineMode(mPrimaryFreq, mMaxRate,
295 mMaxRate = 0;
305 + ", mMaxRate: " + mMaxRate
346 mMaxRate = base.mMaxRate;
/frameworks/wilhelm/src/
H A Ditfstruct.h493 SLpermille mMaxRate; member in struct:__anon2135
531 SLpermille mMaxRate; member in struct:__anon2138
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1414 pAudioPlayer->mPlaybackRate.mMaxRate = AUDIOTRACK_MAX_PLAYBACKRATE_PERMILLE;
1418 pAudioPlayer->mPlaybackRate.mMaxRate = MEDIAPLAYER_MAX_PLAYBACKRATE_PERMILLE;

Completed in 284 milliseconds