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

1234567891011>>

/frameworks/base/core/java/android/content/
H A DEntityIterator.java32 public void reset(); method in interface:EntityIterator
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityCallback.java48 void reset(); method in interface:KeyguardSecurityCallback
H A DKeyguardSecurityView.java52 void reset(); method in interface:KeyguardSecurityView
/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
/frameworks/av/include/media/stagefright/
H A DClockEstimator.h31 virtual void reset() = 0;
47 void reset();
86 virtual void reset();
H A DAMRWriter.h39 virtual status_t stop() { return reset(); }
62 status_t reset();
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.h44 reset();
56 inline void reset() { function in struct:android::PointerIcon
58 bitmap.reset();
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp41 void DiagnosticEngine::reset(const LinkerConfig& pConfig) { function in class:mcld::DiagnosticEngine
45 m_State.reset();
64 m_State.reset();
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h55 inline void reset() { function in class:slang::DiagnosticBuffer
57 mSOS.reset();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java80 void reset() { method in class:IntRangeManagerTest.TestIntRangeManager
120 testManager.reset();
133 testManager.reset();
138 testManager.reset();
160 testManager.reset();
166 testManager.reset();
184 testManager.reset();
190 testManager.reset();
196 testManager.reset();
202 testManager.reset();
[all...]
/frameworks/base/core/java/android/util/
H A DTimingLogger.java59 /** Used to track whether Log.isLoggable was enabled at reset time. */
77 reset(tag, label);
88 public void reset(String tag, String label) { method in class:TimingLogger
91 reset();
97 * the constructor or a call to reset(tag, label). If the
102 public void reset() { method in class:TimingLogger
118 * the specified tag at construction or reset() time then this
132 * construction or reset() time then this call does nothing.
/frameworks/base/core/java/com/android/internal/os/
H A DPowerCalculator.java54 public void reset() { method in class:PowerCalculator
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DScheduler.java39 abstract void reset(); method in class:Scheduler
H A DSimpleScheduler.java33 public void reset() { method in class:SimpleScheduler
H A DProgram.java39 public void reset() { method in class:Program
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDurable.java24 public void reset(); method in interface:Durable
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp29 mPicture.reset(SkRef(src->mPicture.get()));
31 mPicture.reset(src->makePartialCopy());
41 mPicture.reset(NULL);
42 mRecorder.reset(new SkPictureRecorder);
51 mPicture.reset(mRecorder->endRecording());
53 mRecorder.reset(NULL);
72 newPict->mPicture.reset(skPicture);
/frameworks/av/media/libstagefright/
H A DClockEstimator.cpp35 reset();
42 reset();
45 void WindowedLinearFitEstimator::LinearFit::reset() { function in class:android::WindowedLinearFitEstimator::LinearFit
144 mHead.reset();
167 void WindowedLinearFitEstimator::reset() { function in class:android::WindowedLinearFitEstimator
168 mHead.reset();
169 mMain.reset();
170 mTail.reset();
H A DMediaSource.cpp28 reset();
31 void MediaSource::ReadOptions::reset() { function in class:android::MediaSource::ReadOptions
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrixColorFilter.java70 * color matrix is null, this filter's color matrix will be reset to
76 * @see android.graphics.ColorMatrix#reset()
83 mMatrix.reset();
92 * color matrix is null, this filter's color matrix will be reset to
100 * @see android.graphics.ColorMatrix#reset()
110 mMatrix.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DDebugTrigger.java42 void reset() { method in class:DebugTrigger
68 reset();
/frameworks/base/services/core/java/com/android/server/am/
H A DUidRecord.java42 reset();
45 public void reset() { method in class:UidRecord
/frameworks/av/media/libstagefright/filters/
H A DZeroFilter.h29 virtual void reset() {}; function in struct:android::ZeroFilter
/frameworks/compile/libbcc/include/bcc/
H A DScript.h31 // This hook will be invoked after the script object is successfully reset.
44 // reset.
45 bool reset(Source &pSource, bool pPreserveCurrent = false);
/frameworks/native/libs/input/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 reset();

Completed in 840 milliseconds

1234567891011>>