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 ObjectBase
124 ref->preDestroy(); in checkDelete()
DrsProgramRaster.h57 virtual void preDestroy() const;
DrsProgramStore.h73 virtual void preDestroy() const;
DrsSampler.h73 virtual void preDestroy() const;
DrsObjectBase.h79 virtual void preDestroy() const;
DrsProgramRaster.cpp33 void ProgramRaster::preDestroy() const { in preDestroy() function in ProgramRaster
DrsElement.h163 virtual void preDestroy() const;
DrsType.h149 virtual void preDestroy() const;
DrsProgramStore.cpp44 void ProgramStore::preDestroy() const { in preDestroy() function in ProgramStore
DrsSampler.cpp51 void Sampler::preDestroy() const { in preDestroy() function in Sampler
DrsFont.h122 virtual void preDestroy() const;
DrsType.cpp35 void Type::preDestroy() const { in preDestroy() function in Type
DrsElement.cpp44 void Element::preDestroy() const { in preDestroy() function in Element
DrsFont.cpp78 void Font::preDestroy() const { in preDestroy() function in Font
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.h90 virtual void preDestroy();
Dandroid_AudioSfDecoder.h57 virtual void preDestroy();
Dandroid_GenericMediaPlayer.h87 virtual void preDestroy();
Dandroid_StreamPlayer.cpp330 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer
340 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.cpp57 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder
58 GenericPlayer::preDestroy(); in preDestroy()
Dandroid_GenericPlayer.cpp78 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
DMediaPlayer_to_android.cpp485 mp->mAVPlayer->preDestroy(); in android_Player_preDestroy()
DAudioPlayer_to_android.cpp1889 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()