Searched defs:reset (Results 1 - 25 of 167) sorted by relevance

1234567

/frameworks/base/core/java/android/content/
H A DEntityIterator.java32 public void reset(); method in interface:EntityIterator
H A DCursorEntityIterator.java94 public final void reset() { method in class:CursorEntityIterator
96 throw new IllegalStateException("calling reset() when the iterator is closed");
/frameworks/av/media/libaah_rtp/
H A Daah_rx_player_ring_buffer.cpp30 reset();
34 reset();
38 void AAH_RXPlayer::RXRingBuffer::reset() { function in class:android::AAH_RXPlayer::RXRingBuffer
68 // If the ring buffer is totally reset (we have never received a single
209 // received a packet since being reset and there cannot be any packets to
251 // received a packet since being reset and there cannot be any gaps.
302 // If we have not received a packet since last reset, or there is no data in
317 // NULL). Then reset fetched_first_packet_ so that the next read will show
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleScheduler.java33 public void reset() { method in class:SimpleScheduler
H A DOneShotScheduler.java47 public void reset() { method in class:OneShotScheduler
48 super.reset();
H A DRandomScheduler.java38 public void reset() { method in class:RandomScheduler
H A DRoundRobinScheduler.java37 public void reset() { method in class:RoundRobinScheduler
H A DScheduler.java39 abstract void reset(); method in class:Scheduler
H A DProgram.java39 public void reset() { method in class:Program
/frameworks/native/libs/cpustats/
H A DCentralTendencyStatistics.cpp38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp41 reset();
44 void SampleIterator::reset() { function in class:android::SampleIterator
74 reset();
H A DMediaSource.cpp28 reset();
31 void MediaSource::ReadOptions::reset() { function in class:android::MediaSource::ReadOptions
H A DMediaBuffer.cpp154 void MediaBuffer::reset() { function in class:android::MediaBuffer
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h56 inline void reset() { function in class:slang::DiagnosticBuffer
/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/jni/
H A Dandroid_view_PointerIcon.h44 reset();
56 inline void reset() { function in struct:android::PointerIcon
58 bitmap.reset();
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChange.java38 public void reset() { method in class:GlobalFocusChange
/frameworks/base/libs/androidfw/
H A DVelocityControl.cpp37 reset();
42 reset();
45 void VelocityControl::reset() { function in class:android::VelocityControl
59 reset();
/frameworks/native/libs/utils/
H A DSharedBuffer.cpp86 SharedBuffer* SharedBuffer::reset(size_t new_size) const function in class:android::SharedBuffer
88 // cheap-o-reset.
H A DStopWatch.cpp39 reset();
78 void StopWatch::reset() function in class:android::StopWatch
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java37 public void reset(int seed) { method in class:DynamicIdMap
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeLock.java36 synchronized void reset() { method in class:SipWakeLock
37 if (DEBUG) Log.v(TAG, "reset count=" + mHolders.size());
/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp47 reset();
58 void AudioPeakingFilter::reset() { function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.cpp64 void AudioShelvingFilter::reset() { function in class:android::AudioShelvingFilter
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp163 void LiveDataSource::reset() { function in class:android::LiveDataSource

Completed in 475 milliseconds

1234567