Searched defs:reset (Results 151 - 175 of 295) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DIMediaSource.cpp99 mMemoryCache.reset();
247 void reset() { function in struct:android::BpMediaSource::MemoryCache
301 mIndexCache.reset();
455 reset();
458 void IMediaSource::ReadOptions::reset() { function in class:android::IMediaSource::ReadOptions
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp321 void reset() { function in class:Provider
376 resampler->reset();
414 provider.reset(); // during benchmarking reset only the provider
427 resampler->reset();
429 // TODO fix legacy bug: reset does not clear buffers.
459 resampler->reset();
461 printf("reset() complete\n");
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp74 void reset() { function in struct:android::TestClient
133 client1->reset();
134 client2->reset();
135 client3->reset();
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java145 public void reset() { method in class:InputEventConsistencyVerifier
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java487 public void reset() { method in class:AnimationSet
488 super.reset();
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java398 public void reset() { method in class:CursorAnchorInfo.Builder
410 mCharacterBoundsArrayBuilder.reset();
/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java257 reset();
294 private void reset() { method in class:FloatingActionMode
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp182 static void reset(JNIEnv*, jobject, jlong animatorSetPtr) { function in namespace:android
184 set->reset();
201 {"nReset", "!(J)V", (void*)reset},
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java744 updateListener1.reset();
1072 void reset() { method in class:ValueAnimatorTests.MyUpdateListener
/frameworks/base/libs/input/
H A DSpriteController.h72 inline void reset() { function in struct:android::SpriteIcon
73 bitmap.reset();
/frameworks/base/location/java/android/location/
H A DGnssClock.java84 public void reset() { method in class:GnssClock
416 * between this and the previously reported {@code GnssClock}, should be reset.
H A DGpsClock.java95 public void reset() { method in class:GpsClock
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java194 protected void reset(FrameFormat newFormat) { method in class:Frame
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java99 reset();
103 public void reset() { method in class:RootInfo
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java41 * Base class for keyguard view. {@link #reset} is where you should
42 * reset the state of your view. Use the {@link KeyguardViewCallback} via
241 public void reset() { method in class:KeyguardHostView
H A DKeyguardPatternView.java160 mCallback.reset();
181 public void reset() { method in class:KeyguardPatternView
182 // reset lock pattern
341 reset();
H A DKeyguardSecurityContainer.java63 public void reset(); method in interface:KeyguardSecurityContainer.SecurityCallback
435 public void reset() {
436 mSecurityCallback.reset();
453 public void reset() {}
510 public void reset() { method in class:KeyguardSecurityContainer
511 mSecurityViewFlipper.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java426 reset();
476 protected void reset() { method in class:TransformState
/frameworks/base/rs/java/android/renderscript/
H A DFieldPacker.java88 public void reset() { method in class:FieldPacker
91 public void reset(int i) { method in class:FieldPacker
/frameworks/base/services/core/java/com/android/server/
H A DAnyMotionDetector.java182 mRunningStats.reset();
211 mRunningStats.reset();
421 reset();
424 public void reset() { method in class:AnyMotionDetector.RunningSignalStats
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java90 reset();
93 public void reset() { method in class:NetworkStatsCollection
H A DNetworkStatsRecorder.java139 mPending.reset();
142 mSinceBoot.reset();
297 mPending.reset();
358 public void reset() { method in class:NetworkStatsRecorder.CombiningRewriter
375 mCollection.reset();
393 public void reset() { method in class:NetworkStatsRecorder.RemoveUidRewriter
394 mTemp.reset();
484 os.reset();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPermissionsState.java478 public void reset() { method in class:PermissionsState
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java126 private void reset() { method in class:LayoutParserWrapper
140 reset();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java238 // Reset the retry manager since delay, max retry count, etc...will be reset.
239 reset();
592 private void reset() { method in class:RetryManager

Completed in 1517 milliseconds

1234567891011>>