Home
last modified time | relevance | path

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

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