Searched defs:preDestroy (Results 1 - 16 of 16) sorted by relevance

/frameworks/rs/
H A DrsObjectBase.cpp81 void ObjectBase::preDestroy() const { function in class:ObjectBase
105 ref->preDestroy();
H A DrsProgramRaster.cpp33 void ProgramRaster::preDestroy() const { function in class:ProgramRaster
H A DrsSampler.cpp51 void Sampler::preDestroy() const { function in class:Sampler
H A DrsProgramStore.cpp44 void ProgramStore::preDestroy() const { function in class:ProgramStore
H A DrsElement.cpp37 void Element::preDestroy() const { function in class:Element
H A DrsType.cpp27 void Type::preDestroy() const { function in class:Type
H A DrsFont.cpp76 void Font::preDestroy() const { function in class:Font
/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.cpp81 void ObjectBase::preDestroy() const { function in class:ObjectBase
105 ref->preDestroy();
H A DrsSampler.cpp51 void Sampler::preDestroy() const { function in class:Sampler
H A DrsElement.cpp37 void Element::preDestroy() const { function in class:Element
H A DrsType.cpp27 void Type::preDestroy() const { function in class:Type
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp258 void GenericMediaPlayer::preDestroy() { function in class:android::GenericMediaPlayer
264 // causes CHECK failure in Nuplayer, but commented out in the subclass preDestroy
277 GenericPlayer::preDestroy();
H A Dandroid_StreamPlayer.cpp330 void StreamPlayer::preDestroy() { function in class:android::StreamPlayer
339 // GenericMediaPlayer::preDestroy will repeat some of what we've done, but that's benign
340 GenericMediaPlayer::preDestroy();
H A Dandroid_AudioSfDecoder.cpp53 void AudioSfDecoder::preDestroy() { function in class:android::AudioSfDecoder
54 GenericPlayer::preDestroy();
55 SL_LOGD("AudioSfDecoder::preDestroy()");
H A Dandroid_GenericPlayer.cpp77 void GenericPlayer::preDestroy() { function in class:android::GenericPlayer
78 SL_LOGD("GenericPlayer::preDestroy()");
/frameworks/wilhelm/src/itf/
H A DIObject.c526 PreDestroyHook preDestroy = clazz->mPreDestroy; local
530 if (NULL != preDestroy) {
531 predestroy_t okToDestroy = (*preDestroy)(thiz);

Completed in 195 milliseconds