/frameworks/rs/ |
D | rsObjectBase.cpp | 100 void ObjectBase::preDestroy() const { in preDestroy() function in android::renderscript::ObjectBase 124 ref->preDestroy(); in checkDelete()
|
D | rsProgramRaster.h | 59 virtual void preDestroy() const;
|
D | rsProgramStore.h | 75 virtual void preDestroy() const;
|
D | rsSampler.h | 75 virtual void preDestroy() const;
|
D | rsObjectBase.h | 79 virtual void preDestroy() const;
|
D | rsProgramRaster.cpp | 32 void ProgramRaster::preDestroy() const { in preDestroy() function in android::renderscript::ProgramRaster
|
D | rsElement.h | 165 virtual void preDestroy() const;
|
D | rsType.h | 151 virtual void preDestroy() const;
|
D | rsProgramStore.cpp | 43 void ProgramStore::preDestroy() const { in preDestroy() function in android::renderscript::ProgramStore
|
D | rsSampler.cpp | 50 void Sampler::preDestroy() const { in preDestroy() function in android::renderscript::Sampler
|
D | rsFont.h | 122 virtual void preDestroy() const;
|
D | rsElement.cpp | 43 void Element::preDestroy() const { in preDestroy() function in android::renderscript::Element
|
D | rsType.cpp | 33 void Type::preDestroy() const { in preDestroy() function in android::renderscript::Type
|
D | rsFont.cpp | 76 void Font::preDestroy() const { in preDestroy() function in android::renderscript::Font
|
/frameworks/wilhelm/src/android/ |
D | android_StreamPlayer.h | 90 virtual void preDestroy();
|
D | android_AudioSfDecoder.h | 51 virtual void preDestroy();
|
D | android_GenericMediaPlayer.h | 87 virtual void preDestroy();
|
D | android_StreamPlayer.cpp | 331 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer 341 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 | 64 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder 65 GenericPlayer::preDestroy(); in preDestroy()
|
D | android_GenericPlayer.cpp | 78 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
|
D | MediaPlayer_to_android.cpp | 489 mp->mAVPlayer->preDestroy(); in android_Player_preDestroy()
|
D | AudioPlayer_to_android.cpp | 1946 pAudioPlayer->mAPlayer->preDestroy(); in android_audioPlayer_preDestroy()
|
/frameworks/wilhelm/src/itf/ |
D | IObject.cpp | 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()
|