Searched refs:onReset (Results 26 - 50 of 62) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h96 virtual void onReset();
H A DSoftVPXEncoder.cpp770 void SoftVPXEncoder::onReset() { function in class:android::SoftVPXEncoder
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h53 virtual void onReset();
H A DSoftAVCDec.cpp332 void SoftAVC::onReset() { function in class:android::SoftAVC
333 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.h62 virtual void onReset();
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSimpleSoftOMXComponent.h84 virtual void onReset();
H A DSoftVideoDecoderOMXComponent.h60 virtual void onReset();
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h65 virtual void onReset();
H A DSoftMPEG2.cpp456 void SoftMPEG2::onReset() { function in class:android::SoftMPEG2
457 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp387 void SoftMPEG4::onReset() { function in class:android::SoftMPEG4
388 SoftVideoDecoderOMXComponent::onReset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java349 mOnHeightChangedListener.onReset(this);
579 void onReset(ExpandableView view); method in interface:ExpandableView.OnHeightChangedListener
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp99 onReset();
516 void SoftMPEG4Encoder::onReset() { function in class:android::SoftMPEG4Encoder
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java335 @Override protected void onReset() { method in class:LoaderCustomSupport.AppListLoader
336 super.onReset();
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java335 @Override protected void onReset() { method in class:LoaderCustomSupport.AppListLoader
336 super.onReset();
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h139 virtual void onReset();
/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 DSoftAACEncoder2.cpp77 onReset();
721 void SoftAACEncoder2::onReset() { function in class:android::SoftAACEncoder2
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp372 void SoftHEVC::onReset() { function in class:android::SoftHEVC
373 ALOGV("onReset called");
374 SoftVideoDecoderOMXComponent::onReset();
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp497 void SimpleSoftOMXComponent::onReset() {
649 onReset();
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp344 void SoftGSM::onReset() { function in class:android::SoftGSM
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp329 void SoftVPX::onReset() { function in class:android::SoftVPX
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp576 void SoftAMR::onReset() { function in class:android::SoftAMR
/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.cpp432 void SoftFlacDecoder::onReset() { function in class:android::SoftFlacDecoder
433 ALOGV("onReset");
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp476 void SoftMP3::onReset() { function in class:android::SoftMP3
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java71 onReset();
238 public void onReset() { method in class:WifiAwareNativeApi

Completed in 607 milliseconds

123