Home
last modified time | relevance | path

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

/frameworks/rs/
DrsObjectBase.cpp100 void ObjectBase::preDestroy() const { in preDestroy() function in android::renderscript::ObjectBase
124 ref->preDestroy(); in checkDelete()
DrsProgramRaster.h59 virtual void preDestroy() const;
DrsProgramStore.h75 virtual void preDestroy() const;
DrsSampler.h75 virtual void preDestroy() const;
DrsObjectBase.h79 virtual void preDestroy() const;
DrsProgramRaster.cpp32 void ProgramRaster::preDestroy() const { in preDestroy() function in android::renderscript::ProgramRaster
DrsElement.h165 virtual void preDestroy() const;
DrsType.h151 virtual void preDestroy() const;
DrsProgramStore.cpp43 void ProgramStore::preDestroy() const { in preDestroy() function in android::renderscript::ProgramStore
DrsSampler.cpp50 void Sampler::preDestroy() const { in preDestroy() function in android::renderscript::Sampler
DrsFont.h122 virtual void preDestroy() const;
DrsElement.cpp43 void Element::preDestroy() const { in preDestroy() function in android::renderscript::Element
DrsType.cpp33 void Type::preDestroy() const { in preDestroy() function in android::renderscript::Type
DrsFont.cpp76 void Font::preDestroy() const { in preDestroy() function in android::renderscript::Font
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.h90 virtual void preDestroy();
Dandroid_AudioSfDecoder.h51 virtual void preDestroy();
Dandroid_GenericMediaPlayer.h87 virtual void preDestroy();
Dandroid_StreamPlayer.cpp331 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer
341 GenericMediaPlayer::preDestroy(); in preDestroy()
Dandroid_GenericMediaPlayer.cpp261 void GenericMediaPlayer::preDestroy() { in preDestroy() function in android::GenericMediaPlayer
280 GenericPlayer::preDestroy(); in preDestroy()
Dandroid_GenericPlayer.h64 virtual void preDestroy();
Dandroid_AudioSfDecoder.cpp64 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder
65 GenericPlayer::preDestroy(); in preDestroy()
Dandroid_GenericPlayer.cpp78 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
DMediaPlayer_to_android.cpp489 mp->mAVPlayer->preDestroy(); in android_Player_preDestroy()
DAudioPlayer_to_android.cpp1946 pAudioPlayer->mAPlayer->preDestroy(); in android_audioPlayer_preDestroy()
/frameworks/wilhelm/src/itf/
DIObject.cpp526 PreDestroyHook preDestroy = clazz->mPreDestroy; in IObject_Destroy() local
530 if (NULL != preDestroy) { in IObject_Destroy()
531 predestroy_t okToDestroy = (*preDestroy)(thiz); in IObject_Destroy()