Searched defs:onReset (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/print/
H A DPrintServiceRecommendationsLoader.java98 protected void onReset() { method in class:PrintServiceRecommendationsLoader
H A DPrintServicesLoader.java103 protected void onReset() { method in class:PrintServicesLoader
/frameworks/base/services/coverage/java/com/android/server/coverage/
H A DCoverageService.java76 return onReset();
139 private int onReset() { method in class:CoverageService.CoverageCommand
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java150 protected void onReset() { method in class:PhotoBitmapLoader
151 super.onReset();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java123 protected void onReset() { method in class:ChartDataLoader
124 super.onReset();
H A DSummaryForAllUidLoader.java75 protected void onReset() { method in class:SummaryForAllUidLoader
76 super.onReset();
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp297 void SoftGSM::onReset() { function in class:android::SoftGSM
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp429 void SoftMP3::onReset() { function in class:android::SoftMP3
/frameworks/base/core/java/android/content/
H A DCursorLoader.java178 protected void onReset() { method in class:CursorLoader
179 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/av/cmds/stagefright/
H A DSimplePlayer.cpp237 err = onReset();
398 status_t SimplePlayer::onReset() { function in class:android::SimplePlayer
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp65 onReset();
577 void SoftAACEncoder::onReset() { function in class:android::SoftAACEncoder
H A DSoftAACEncoder2.cpp77 onReset();
721 void SoftAACEncoder2::onReset() { function in class:android::SoftAACEncoder2
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp529 void SoftAMR::onReset() { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp394 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
395 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp100 onReset();
509 void SoftMPEG4Encoder::onReset() { function in class:android::SoftMPEG4Encoder
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp317 void SoftVPX::onReset() { function in class:android::SoftVPX
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp771 void SoftVPXEncoder::onReset() { function in class:android::SoftVPXEncoder
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp326 void SoftAVC::onReset() { function in class:android::SoftAVC
327 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp532 void SoftOpus::onReset() { function in class:android::SoftOpus
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp473 void SoftVorbis::onReset() { function in class:android::SoftVorbis
/frameworks/support/core-utils/java/android/support/v4/content/
H A DCursorLoader.java174 protected void onReset() { method in class:CursorLoader
175 super.onReset();
H A DLoader.java391 * an optional intermediate state prior to {@link #onReset()} -- it means that
395 * {@link #onReset()} happens. You can retrieve the current abandoned
415 * values, and then calls the implementation's {@link #onReset()}.
420 onReset();
434 protected void onReset() { method in class:Loader
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java334 @Override protected void onReset() { method in class:LoaderCustomSupport.AppListLoader
335 super.onReset();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java334 @Override protected void onReset() { method in class:LoaderCustomSupport.AppListLoader
335 super.onReset();

Completed in 296 milliseconds

12