Searched refs:onReset (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java78 protected void onReset() { method in class:RootsLoader
79 super.onReset();
H A DUriDerivativeLoader.java113 protected void onReset() { method in class:UriDerivativeLoader
114 super.onReset();
H A DDirectoryLoader.java243 protected void onReset() { method in class:DirectoryLoader
244 super.onReset();
H A DRecentLoader.java301 protected void onReset() { method in class:RecentLoader
302 super.onReset();
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h44 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h43 virtual void onReset();
H A DSoftAMR.cpp460 void SoftAMR::onReset() { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h42 virtual void onReset();
H A DSoftMPEG4.cpp336 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
337 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h45 virtual void onReset();
H A DSoftMP3.cpp361 void SoftMP3::onReset() { function in class:android::SoftMP3
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h40 virtual void onReset();
H A DSoftAVC.cpp315 void SoftAVC::onReset() { function in class:android::SoftAVC
316 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h46 virtual void onReset();
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java150 protected void onReset() { method in class:PhotoBitmapLoader
151 super.onReset();
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h49 virtual void onReset();
H A DSimpleSoftOMXComponent.h74 virtual void onReset();
/frameworks/base/core/java/android/content/
H A DCursorLoader.java179 protected void onReset() { method in class:CursorLoader
180 super.onReset();
H A DLoader.java39 * {@link #onStopLoading()}, {@link #onForceLoad()}, and {@link #onReset()}.</p>
409 * an optional intermediate state prior to {@link #onReset()} -- it means that
413 * {@link #onReset()} happens. You can retrieve the current abandoned
433 * values, and then calls the implementation's {@link #onReset()}.
438 onReset();
452 protected void onReset() { method in class:Loader
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java142 protected void onReset() { method in class:CursorLoader
143 super.onReset();
H A DLoader.java268 * an optional intermediate state prior to {@link #onReset()} -- it means that
272 * {@link #onReset()} happens. You can retrieve the current abandoned
286 * values, and then calls the implementation's {@link #onReset()}.
291 onReset();
305 protected void onReset() { method in class:Loader
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h99 status_t onReset();
H A DSimplePlayer.cpp238 err = onReset();
398 status_t SimplePlayer::onReset() { function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp260 void SoftVideoDecoderOMXComponent::onReset() { function in class:android::SoftVideoDecoderOMXComponent
H A DSimpleSoftOMXComponent.cpp453 void SimpleSoftOMXComponent::onReset() {
589 onReset();

Completed in 410 milliseconds

12