Searched defs:maximum (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h42 // return the maximum of all samples so far
43 double maximum() const { return mMaximum; } function in class:CentralTendencyStatistics
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp94 const uint32_t maximum = frameCount(); local
96 if (maximum < minimum) {
97 clippedSize = maximum;
100 } else if (clippedSize > maximum) {
101 clippedSize = maximum;
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp670 // maximum memory impact a somewhat arbitrary ~3%
672 unsigned long maximum = pages * pagesize; local
674 if ((maximum < LOG_BUFFER_MIN_SIZE) || (LOG_BUFFER_MAX_SIZE < maximum)) {
678 return value <= maximum;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java408 * @param maximum the maximum to return at most
409 * @return the maximum keyguard notifications that can fit on the screen
411 public int computeMaxKeyguardNotifications(int maximum) { argument
440 if (availableSpace >= 0 && count < maximum) {
1247 // take the maximum and linearly interpolate with the panel expansion for a nice motion.
/frameworks/av/services/audioflinger/
H A DThreads.cpp122 // maximum time to wait in sendConfigEvent_l() for a status to be received
127 // maximum divider applied to the active sleep time in the mixer thread loop
133 // maximum normal sink buffer size
183 // The minimum and maximum allowed values
389 double maximum = mWcStats.maximum(); local
393 double maxCycles = mHzStats.maximum();
407 maximum * .001,
411 maximum / perLoop100,
2451 // (2) Perhaps use the maximum sampl
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 229 milliseconds