Home
last modified time | relevance | path

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

12

/frameworks/support/renderscript/v8/rs_support/
DrsObjectBase.cpp81 void ObjectBase::preDestroy() const { in preDestroy() function in ObjectBase
105 ref->preDestroy(); in checkDelete()
DrsSampler.h71 virtual void preDestroy() const;
DrsObjectBase.h74 virtual void preDestroy() const;
DrsSampler.cpp51 void Sampler::preDestroy() const { in preDestroy() function in Sampler
DrsElement.h171 virtual void preDestroy() const;
DrsType.h141 virtual void preDestroy() const;
/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
DrsElement.h171 virtual void preDestroy() const;
DrsType.h141 virtual void preDestroy() const;
DrsFont.h123 virtual void preDestroy() const;
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.h90 virtual void preDestroy();
Dandroid_AudioSfDecoder.h59 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.cpp258 void GenericMediaPlayer::preDestroy() { in preDestroy() function in android::GenericMediaPlayer
277 GenericPlayer::preDestroy(); in preDestroy()
Dandroid_GenericPlayer.h64 virtual void preDestroy();
Dandroid_AudioSfDecoder.cpp53 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder
54 GenericPlayer::preDestroy(); in 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()

12