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/libcpustats/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/libaudioclient/
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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java431 * @param maximum the maximum to return at most
432 * @return the maximum keyguard notifications that can fit on the screen
434 public int computeMaxKeyguardNotifications(int maximum) { argument
462 if (availableSpace >= 0 && count < maximum) {
1303 // take the maximum and linearly interpolate with the panel expansion for a nice motion.
/frameworks/av/services/audioflinger/
H A DThreads.cpp126 // maximum time to wait in sendConfigEvent_l() for a status to be received
131 // maximum divider applied to the active sleep time in the mixer thread loop
137 // maximum normal sink buffer size
193 // The minimum and maximum allowed values
399 double maximum = mWcStats.maximum(); local
403 double maxCycles = mHzStats.maximum();
417 maximum * .001,
421 maximum / perLoop100,
2381 // (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 2160 milliseconds