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

123

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DAsyncLoader.java78 protected void onReset() { method in class:AsyncLoader
79 super.onReset();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DSummaryForAllUidLoader.java75 protected void onReset() { method in class:SummaryForAllUidLoader
76 super.onReset();
H A DChartDataLoader.java123 protected void onReset() { method in class:ChartDataLoader
124 super.onReset();
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h45 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h47 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h42 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h42 virtual void onReset();
/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/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareShellCommand.java56 dsc.onReset();
115 void onReset(); method in interface:WifiAwareShellCommand.DelegatedShellCommand
/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/codecs/aacdec/
H A DSoftAAC2.h45 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h43 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.h45 virtual void onReset() override;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h51 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h45 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h60 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h46 virtual void onReset();
/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/core/java/android/content/
H A DCursorLoader.java182 protected void onReset() { method in class:CursorLoader
183 super.onReset();
H A DLoader.java39 * {@link #onStopLoading()}, {@link #onForceLoad()}, and {@link #onReset()}.</p>
422 * an optional intermediate state prior to {@link #onReset()} -- it means that
426 * {@link #onReset()} happens. You can retrieve the current abandoned
446 * values, and then calls the implementation's {@link #onReset()}.
451 onReset();
465 protected void onReset() { method in class:Loader
/frameworks/support/loader/src/main/java/androidx/loader/content/
H A DCursorLoader.java179 protected void onReset() { method in class:CursorLoader
180 super.onReset();
H A DLoader.java415 * an optional intermediate state prior to {@link #onReset()} -- it means that
419 * {@link #onReset()} happens. You can retrieve the current abandoned
441 * values, and then calls the implementation's {@link #onReset()}.
447 onReset();
462 protected void onReset() { method in class:Loader
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h100 status_t onReset();
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h63 virtual void onReset();

Completed in 606 milliseconds

123