Searched refs:reset (Results 51 - 75 of 1103) sorted by relevance

1234567891011>>

/frameworks/support/mediarouter/src/androidTest/java/androidx/mediarouter/media/
H A DMediaRouterTest.java86 mSessionCallback.reset();
91 mSessionCallback.reset();
102 public void reset() { method in class:MediaRouterTest.MediaSessionCallback
/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h54 // reset the set of samples to be empty
55 void reset();
/frameworks/av/media/libcpustats/include/cpustats/
H A DCentralTendencyStatistics.h54 // reset the set of samples to be empty
55 void reset();
/frameworks/av/services/camera/libcameraservice/utils/
H A DLatencyHistogram.h33 void reset();
/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java94 public final void reset() { method in class:CursorEntityIterator
96 throw new IllegalStateException("calling reset() when the iterator is closed");
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathTest.java35 path.reset();
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DMockSuggestionService.java31 public static void reset() { method in class:MockSuggestionService
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/base/libs/hwui/renderstate/
H A DScissor.h34 void reset();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DRandomScheduler.java38 public void reset() { method in class:RandomScheduler
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
H A DShadowSuggestionController.java35 public static void reset() { method in class:ShadowSuggestionController
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/testutils/shadow/
H A DShadowDefaultDialerManager.java32 public void reset() { method in class:ShadowDefaultDialerManager
H A DShadowSmsApplication.java34 public void reset() { method in class:ShadowSmsApplication
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityView.java67 void reset(); method in interface:KeyguardSecurityView
/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DRestoreDeleteObserver.java42 public void reset() { method in class:RestoreDeleteObserver
/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp32 g_pEngine->reset(pConfig);
/frameworks/native/services/sensorservice/
H A DSensorDeviceUtils.h41 void reset();
46 * @return true if service is restart since last reset(); false otherwise.
/frameworks/native/services/surfaceflinger/
H A DColorizer.h55 void reset(String8& out) { function in class:android::Colorizer
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestVirtualDisplay.h44 void reset();
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_unique_fd.h20 fence_.reset(dup(fence.get()));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DAggressiveConnectedScore.java48 public void reset() { method in class:AggressiveConnectedScore
H A DConnectedScore.java107 public abstract void reset(); method in class:ConnectedScore
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
H A DConfigTest.java77 final EmojiCompat emojiCompat = EmojiCompat.reset(config);
92 EmojiCompat.reset(config);
111 EmojiCompat.reset(config);
121 EmojiCompat emojiCompat = EmojiCompat.reset(config);
126 emojiCompat = EmojiCompat.reset(config);
134 EmojiCompat emojiCompat = EmojiCompat.reset(config);
139 emojiCompat = EmojiCompat.reset(config);
147 final EmojiCompat emojiCompat = EmojiCompat.reset(config);
158 EmojiCompat.reset(config);
/frameworks/support/media/src/androidTest/java/androidx/media/
H A DMediaPlayer2Test.java125 onSetDataSourceCalled.reset();
182 onPlayCalled.reset();
190 onLoopCurrentCalled.reset();
202 onSeekToCalled.reset();
211 onPlayCalled.reset();
217 mp.reset();
222 onPrepareCalled.reset();
227 onPlayCalled.reset();
283 onPlayCalled.reset();
289 onLoopCurrentCalled.reset();
597 void reset() { method in class:MediaPlayer2Test.OutputListener
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java208 state.reset();
503 mTouchScreenStreamState.reset();
506 mMouseStreamState.reset();
509 mKeyboardStreamState.reset();
573 reset();
588 public void reset() { method in class:AccessibilityInputFilter.EventStreamState
623 reset();
627 final public void reset() { method in class:AccessibilityInputFilter.MouseEventStreamState
628 super.reset();
658 reset();
662 final public void reset() { method in class:AccessibilityInputFilter.TouchScreenEventStreamState
699 final public void reset() { method in class:AccessibilityInputFilter.KeyboardEventStreamState
[all...]

Completed in 596 milliseconds

1234567891011>>