Searched refs:reset (Results 376 - 400 of 841) sorted by relevance

<<11121314151617181920>>

/frameworks/av/include/media/
H A DIMediaPlayer.h82 virtual status_t reset() = 0;
H A DLinearMap.h111 3) If the frame data is discontinuous (due to stop or flush) call reset() to clear
212 void reset() { function in class:android::LinearMap
213 // no need to reset mPos, we use a circular buffer.
H A Dmediarecorder.h243 status_t reset();
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h96 void reset();
/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayer.h82 virtual status_t reset() = 0;
H A DLinearMap.h111 3) If the frame data is discontinuous (due to stop or flush) call reset() to clear
212 void reset() { function in class:android::LinearMap
213 // no need to reset mPos, we use a circular buffer.
H A Dmediarecorder.h243 status_t reset();
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h85 virtual status_t reset();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h66 virtual status_t reset();
/frameworks/av/media/libstagefright/foundation/
H A DMediaBuffer.cpp173 void MediaBuffer::reset() { function in class:android::MediaBuffer
H A DMediaBufferGroup.cpp187 buffer->reset();
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaBuffer.h96 void reset();
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp163 void LiveDataSource::reset() { function in class:android::LiveDataSource
/frameworks/av/media/libstagefright/include/
H A DMediaBuffer.h96 void reset();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h86 void reset();
96 has been invalidated via reset())
/frameworks/av/media/mtp/
H A DMtpDataPacket.h40 virtual void reset();
H A DMtpPacket.cpp49 void MtpPacket::reset() { function in class:android::MtpPacket
/frameworks/av/services/audioflinger/
H A DBufLog.cpp90 void BufLog::reset() { function in class:BufLog
/frameworks/base/core/java/android/content/
H A DLoader.java241 * {@link #reset()} have yet been made.
250 * its last reported data valid until it is finally reset.
257 * Return whether this load has been reset. That is, either the loader
258 * has not yet been started for the first time, or its {@link #reset()}
399 * to {@link #reset} to have it retain its current data but not report
437 public void reset() { method in class:Loader
448 * as per {@link #reset()}. This is not called by clients directly,
449 * but as a result of a call to {@link #reset()}.
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableParcelable.java142 buffer.reset();
/frameworks/base/core/java/android/hardware/usb/
H A DUsbRequest.java260 mBuffer.reset();
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java84 mDispatcherState.reset();
/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java124 public void reset() { method in class:MetricsReader
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java71 mMatrix.reset();
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp53 obj->reset();
158 static void reset(jlong objHandle) { function in class:android::SkMatrixGlue
160 obj->reset();
352 {"nReset","(J)V", (void*) SkMatrixGlue::reset},

Completed in 9821 milliseconds

<<11121314151617181920>>