/frameworks/rs/ |
D | rsObjectBase.cpp | 100 void ObjectBase::preDestroy() const { in preDestroy() function in ObjectBase 124 ref->preDestroy(); in checkDelete()
|
D | rsProgramRaster.h | 57 virtual void preDestroy() const;
|
D | rsProgramStore.h | 73 virtual void preDestroy() const;
|
D | rsSampler.h | 73 virtual void preDestroy() const;
|
D | rsObjectBase.h | 79 virtual void preDestroy() const;
|
D | rsProgramRaster.cpp | 33 void ProgramRaster::preDestroy() const { in preDestroy() function in ProgramRaster
|
D | rsElement.h | 163 virtual void preDestroy() const;
|
D | rsType.h | 149 virtual void preDestroy() const;
|
D | rsProgramStore.cpp | 44 void ProgramStore::preDestroy() const { in preDestroy() function in ProgramStore
|
D | rsSampler.cpp | 51 void Sampler::preDestroy() const { in preDestroy() function in Sampler
|
D | rsFont.h | 122 virtual void preDestroy() const;
|
D | rsType.cpp | 35 void Type::preDestroy() const { in preDestroy() function in Type
|
D | rsElement.cpp | 44 void Element::preDestroy() const { in preDestroy() function in Element
|
D | rsFont.cpp | 78 void Font::preDestroy() const { in preDestroy() function in Font
|
/frameworks/wilhelm/src/android/ |
D | android_StreamPlayer.h | 90 virtual void preDestroy();
|
D | android_AudioSfDecoder.h | 57 virtual void preDestroy();
|
D | android_GenericMediaPlayer.h | 87 virtual void preDestroy();
|
D | android_StreamPlayer.cpp | 330 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer 340 GenericMediaPlayer::preDestroy(); in preDestroy()
|
D | android_GenericMediaPlayer.cpp | 261 void GenericMediaPlayer::preDestroy() { in preDestroy() function in android::GenericMediaPlayer 280 GenericPlayer::preDestroy(); in preDestroy()
|
D | android_GenericPlayer.h | 64 virtual void preDestroy();
|
D | android_AudioSfDecoder.cpp | 57 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder 58 GenericPlayer::preDestroy(); in preDestroy()
|
D | android_GenericPlayer.cpp | 78 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
|
D | MediaPlayer_to_android.cpp | 485 mp->mAVPlayer->preDestroy(); in android_Player_preDestroy()
|
D | AudioPlayer_to_android.cpp | 1889 pAudioPlayer->mAPlayer->preDestroy(); in android_audioPlayer_preDestroy()
|
/frameworks/wilhelm/src/itf/ |
D | IObject.c | 526 PreDestroyHook preDestroy = clazz->mPreDestroy; in IObject_Destroy() local 530 if (NULL != preDestroy) { in IObject_Destroy() 531 predestroy_t okToDestroy = (*preDestroy)(thiz); in IObject_Destroy()
|