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

/frameworks/rs/
H A DrsProgramRaster.h59 virtual void preDestroy() const;
H A DrsProgramStore.h75 virtual void preDestroy() const;
H A DrsSampler.h75 virtual void preDestroy() const;
H A DrsObjectBase.h79 virtual void preDestroy() const;
H A DrsProgramRaster.cpp32 void ProgramRaster::preDestroy() const { function in class:android::renderscript::ProgramRaster
H A DrsObjectBase.cpp100 void ObjectBase::preDestroy() const { function in class:android::renderscript::ObjectBase
124 ref->preDestroy();
H A DrsElement.h165 virtual void preDestroy() const;
H A DrsProgramStore.cpp43 void ProgramStore::preDestroy() const { function in class:android::renderscript::ProgramStore
H A DrsSampler.cpp50 void Sampler::preDestroy() const { function in class:android::renderscript::Sampler
H A DrsType.h151 virtual void preDestroy() const;
H A DrsFont.h122 virtual void preDestroy() const;
H A DrsElement.cpp43 void Element::preDestroy() const { function in class:android::renderscript::Element
H A DrsType.cpp33 void Type::preDestroy() const { function in class:android::renderscript::Type
H A DrsFont.cpp76 void Font::preDestroy() const { function in class:android::renderscript::Font
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h90 virtual void preDestroy();
H A Dandroid_AudioSfDecoder.h57 virtual void preDestroy();
H A Dandroid_GenericMediaPlayer.h87 virtual void preDestroy();
H A Dandroid_GenericPlayer.h64 virtual void preDestroy();
H A Dandroid_StreamPlayer.cpp330 void StreamPlayer::preDestroy() { function in class:android::StreamPlayer
339 // GenericMediaPlayer::preDestroy will repeat some of what we've done, but that's benign
340 GenericMediaPlayer::preDestroy();
H A Dandroid_AudioSfDecoder.cpp57 void AudioSfDecoder::preDestroy() { function in class:android::AudioSfDecoder
58 GenericPlayer::preDestroy();
59 SL_LOGD("AudioSfDecoder::preDestroy()");
H A Dandroid_GenericMediaPlayer.cpp261 void GenericMediaPlayer::preDestroy() { function in class:android::GenericMediaPlayer
267 // causes CHECK failure in Nuplayer, but commented out in the subclass preDestroy
280 GenericPlayer::preDestroy();
H A DMediaPlayer_to_android.cpp485 mp->mAVPlayer->preDestroy();
487 SL_LOGV("android_Player_preDestroy(%p) after mAVPlayer->preDestroy()", mp);
H A Dandroid_GenericPlayer.cpp78 void GenericPlayer::preDestroy() { function in class:android::GenericPlayer
79 SL_LOGD("GenericPlayer::preDestroy()");
H A DAudioPlayer_to_android.cpp1940 pAudioPlayer->mAPlayer->preDestroy();
1942 SL_LOGD("android_audioPlayer_preDestroy(%p) after mAPlayer->preDestroy()", pAudioPlayer);
/frameworks/wilhelm/src/itf/
H A DIObject.cpp526 PreDestroyHook preDestroy = clazz->mPreDestroy; local
530 if (NULL != preDestroy) {
531 predestroy_t okToDestroy = (*preDestroy)(thiz);

Completed in 229 milliseconds