/frameworks/rs/ |
D | rsObjectBase.cpp | 81 void ObjectBase::preDestroy() const { in preDestroy() function in ObjectBase 105 ref->preDestroy(); in checkDelete()
|
D | rsProgramRaster.h | 57 virtual void preDestroy() const;
|
D | rsProgramStore.h | 73 virtual void preDestroy() const;
|
D | rsSampler.h | 71 virtual void preDestroy() const;
|
D | rsObjectBase.h | 74 virtual void preDestroy() const;
|
D | rsProgramRaster.cpp | 33 void ProgramRaster::preDestroy() const { in preDestroy() function in ProgramRaster
|
D | rsSampler.cpp | 51 void Sampler::preDestroy() const { in preDestroy() function in Sampler
|
D | rsProgramStore.cpp | 44 void ProgramStore::preDestroy() const { in preDestroy() function in ProgramStore
|
D | rsType.h | 141 virtual void preDestroy() const;
|
D | rsElement.h | 171 virtual void preDestroy() const;
|
D | rsFont.h | 123 virtual void preDestroy() const;
|
D | rsType.cpp | 27 void Type::preDestroy() const { in preDestroy() function in Type
|
D | rsElement.cpp | 37 void Element::preDestroy() const { in preDestroy() function in Element
|
D | rsFont.cpp | 76 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 | 59 virtual void preDestroy();
|
D | android_GenericMediaPlayer.h | 87 virtual void preDestroy();
|
D | android_StreamPlayer.cpp | 328 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer 338 GenericMediaPlayer::preDestroy(); in preDestroy()
|
D | android_GenericPlayer.h | 64 virtual void preDestroy();
|
D | android_GenericMediaPlayer.cpp | 258 void GenericMediaPlayer::preDestroy() { in preDestroy() function in android::GenericMediaPlayer 277 GenericPlayer::preDestroy(); in preDestroy()
|
D | android_AudioSfDecoder.cpp | 53 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder 54 GenericPlayer::preDestroy(); in preDestroy()
|
D | android_GenericPlayer.cpp | 77 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
|
D | MediaPlayer_to_android.cpp | 487 mp->mAVPlayer->preDestroy(); in android_Player_preDestroy()
|
D | AudioPlayer_to_android.cpp | 1671 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()
|