Home
last modified time | relevance | path

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

/frameworks/rs/
DrsObjectBase.cpp81 void ObjectBase::preDestroy() const { in preDestroy() function in ObjectBase
105 ref->preDestroy(); in checkDelete()
DrsProgramRaster.h57 virtual void preDestroy() const;
DrsProgramStore.h73 virtual void preDestroy() const;
DrsSampler.h71 virtual void preDestroy() const;
DrsObjectBase.h74 virtual void preDestroy() const;
DrsProgramRaster.cpp33 void ProgramRaster::preDestroy() const { in preDestroy() function in ProgramRaster
DrsSampler.cpp51 void Sampler::preDestroy() const { in preDestroy() function in Sampler
DrsProgramStore.cpp44 void ProgramStore::preDestroy() const { in preDestroy() function in ProgramStore
DrsType.h141 virtual void preDestroy() const;
DrsElement.h171 virtual void preDestroy() const;
DrsFont.h123 virtual void preDestroy() const;
DrsType.cpp27 void Type::preDestroy() const { in preDestroy() function in Type
DrsElement.cpp37 void Element::preDestroy() const { in preDestroy() function in Element
DrsFont.cpp76 void Font::preDestroy() const { in preDestroy() function in Font
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.h90 virtual void preDestroy();
Dandroid_AudioSfDecoder.h59 virtual void preDestroy();
Dandroid_GenericMediaPlayer.h87 virtual void preDestroy();
Dandroid_StreamPlayer.cpp328 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer
338 GenericMediaPlayer::preDestroy(); in preDestroy()
Dandroid_GenericPlayer.h64 virtual void preDestroy();
Dandroid_GenericMediaPlayer.cpp258 void GenericMediaPlayer::preDestroy() { in preDestroy() function in android::GenericMediaPlayer
277 GenericPlayer::preDestroy(); in preDestroy()
Dandroid_AudioSfDecoder.cpp53 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder
54 GenericPlayer::preDestroy(); in preDestroy()
Dandroid_GenericPlayer.cpp77 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
DMediaPlayer_to_android.cpp487 mp->mAVPlayer->preDestroy(); in android_Player_preDestroy()
DAudioPlayer_to_android.cpp1671 pAudioPlayer->mAPlayer->preDestroy(); in android_audioPlayer_preDestroy()
/frameworks/wilhelm/src/itf/
DIObject.c526 PreDestroyHook preDestroy = clazz->mPreDestroy; in IObject_Destroy() local
530 if (NULL != preDestroy) { in IObject_Destroy()
531 predestroy_t okToDestroy = (*preDestroy)(thiz); in IObject_Destroy()