Searched refs:immediate (Results 1 - 25 of 25) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h87 // enabled again. Does not introduce artifacts, unless immediate is set.
88 // immediate Whether to apply change abruptly (ignored if filter is
90 void commit(bool immediate = false);
102 // introduce artifacts, unless immediate is set.
103 // immediate Whether to apply change abruptly.
104 void enable(bool immediate = false) { mBiquad.enable(immediate); }
107 // immediate is set.
108 // immediate Whether to apply change abruptly.
109 void disable(bool immediate
[all...]
H A DAudioPeakingFilter.h93 // enabled again. Does not introduce artifacts, unless immediate is set.
94 // immediate Whether to apply change abruptly (ignored if filter is
96 void commit(bool immediate = false);
108 // introduce artifacts, unless immediate is set.
109 // immediate Whether to apply change abruptly.
110 void enable(bool immediate = false) { mBiquad.enable(immediate); }
113 // immediate is set.
114 // immediate Whether to apply change abruptly.
115 void disable(bool immediate
[all...]
H A DAudioBiquadFilter.h33 // are called without the immediate flag set, the filter smoothly transitions
64 // If called when filter is disabled, will have no immediate effect, but the
67 // immediate If true, transitions to new coefficients smoothly, without
70 void setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate = false);
82 // immediate If true, transitions to new state smoothly, without
85 void enable(bool immediate = false);
88 // immediate If true, transitions to new state smoothly, without
91 void disable(bool immediate = false);
H A DAudioEqualizer.h174 // enabled again. Does not introduce artifacts, unless immediate is set.
175 // immediate Whether to apply change abruptly (ignored if filter is
177 void commit(bool immediate = false);
189 // introduce artifacts, unless immediate is set.
190 // immediate Whether to apply change abruptly.
191 void enable(bool immediate = false);
194 // immediate is set.
195 // immediate Whether to apply change abruptly.
196 void disable(bool immediate = false);
H A DAudioEqualizer.cpp216 void AudioEqualizer::commit(bool immediate) { argument
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
236 void AudioEqualizer::enable(bool immediate) { argument
237 ALOGV("AudioEqualizer::enable(immediate=%d)", immediate);
238 mpLowShelf->enable(immediate);
245 disable(bool immediate) argument
[all...]
H A DAudioPeakingFilter.cpp87 void AudioPeakingFilter::commit(bool immediate) { argument
100 mBiquad.setCoefs(coefs, immediate);
H A DAudioShelvingFilter.cpp89 void AudioShelvingFilter::commit(bool immediate) { argument
104 mBiquad.setCoefs(coefs, immediate);
H A DAudioBiquadFilter.cpp53 void AudioBiquadFilter::setCoefs(const audio_coef_t coefs[NUM_COEFS], bool immediate) { argument
56 if (CC_UNLIKELY(immediate)) {
70 void AudioBiquadFilter::enable(bool immediate) { argument
71 if (CC_UNLIKELY(immediate)) {
79 void AudioBiquadFilter::disable(bool immediate) { argument
80 if (CC_UNLIKELY(immediate)) {
/frameworks/support/volley/tests/src/com/android/volley/
H A DRequestTest.java40 TestRequest immediate = new TestRequest(Priority.IMMEDIATE);
41 immediate.setSequence(sequence++);
47 assertTrue(low.compareTo(immediate) > 0);
48 assertTrue(immediate.compareTo(high) < 0);
/frameworks/base/core/java/android/view/
H A DViewParent.java240 * @param immediate True to forbid animated or delayed scrolling,
245 boolean immediate);
244 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
H A DViewRootImpl.java2362 boolean scrollToRectOrFocus(Rect rectangle, boolean immediate) { argument
2470 if (!immediate && mResizeBuffer == null) {
3941 public void die(boolean immediate) { argument
3942 if (immediate) {
4617 boolean immediate) {
4618 return scrollToRectOrFocus(rectangle, immediate);
4616 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
H A DView.java4289 * <p>When <code>immediate</code> is set to true, scrolling will not be
4293 * @param immediate True to forbid animated scrolling, false otherwise
4296 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { argument
4302 rectangle, immediate);
6656 * accessibility is not necessary the immediate parent. It is the first
H A DViewGroup.java649 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { argument
/frameworks/native/include/binder/
H A DIPCThreadState.h60 void stopProcess(bool immediate = true);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java338 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate); argument
H A DWebView.java2046 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate) { argument
2047 return mProvider.getViewDelegate().requestChildRectangleOnScreen(child, rect, immediate);
H A DWebViewClassic.java6979 boolean immediate) {
7033 return pinScrollBy(scrollXDelta, scrollYDelta, !immediate, 0);
6977 requestChildRectangleOnScreen(View child, Rect rect, boolean immediate) argument
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1291 * @param immediate True to scroll immediately without animation
1294 private boolean scrollToChildRect(Rect rect, boolean immediate) { argument
1298 if (immediate) {
1422 boolean immediate) {
1427 return scrollToChildRect(rectangle, immediate);
1421 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
H A DScrollView.java1277 * @param immediate True to scroll immediately without animation
1280 private boolean scrollToChildRect(Rect rect, boolean immediate) { argument
1284 if (immediate) {
1408 boolean immediate) {
1413 return scrollToChildRect(rectangle, immediate);
1407 requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) argument
H A DListView.java545 public boolean requestChildRectangleOnScreen(View child, Rect rect, boolean immediate) { argument
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java411 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) { argument
430 if (immediate) {
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java184 // Number of steps when performing a more immediate brightness change.
2687 private void lightSensorChangedLocked(int value, boolean immediate) { argument
2689 Slog.d(TAG, "lightSensorChangedLocked value=" + value + " immediate=" + immediate);
2727 if (immediate) {
3348 private void handleLightSensorValue(int value, boolean immediate) { argument
3357 lightSensorChangedLocked(value, immediate);
H A DNotificationManagerService.java777 private void scheduleTimeoutLocked(ToastRecord r, boolean immediate) argument
780 long delay = immediate ? 0 : (r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp499 void IPCThreadState::stopProcess(bool immediate) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java3662 int resultCode, Intent resultData, String reason, boolean immediate) {
3704 if (immediate) {
3661 finishActivityLocked(ActivityRecord r, int index, int resultCode, Intent resultData, String reason, boolean immediate) argument

Completed in 2423 milliseconds