Home
last modified time | relevance | path

Searched defs:preDestroy (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/
DrsProgramRaster.cpp32 void ProgramRaster::preDestroy() const { in preDestroy() function in android::renderscript::ProgramRaster
DrsObjectBase.cpp100 void ObjectBase::preDestroy() const { in preDestroy() function in android::renderscript::ObjectBase
DrsSampler.cpp50 void Sampler::preDestroy() const { in preDestroy() function in android::renderscript::Sampler
DrsProgramStore.cpp43 void ProgramStore::preDestroy() const { in preDestroy() function in android::renderscript::ProgramStore
DrsType.cpp33 void Type::preDestroy() const { in preDestroy() function in android::renderscript::Type
DrsElement.cpp43 void Element::preDestroy() const { in preDestroy() function in android::renderscript::Element
DrsFont.cpp76 void Font::preDestroy() const { in preDestroy() function in android::renderscript::Font
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.cpp331 void StreamPlayer::preDestroy() { in preDestroy() function in android::StreamPlayer
Dandroid_GenericMediaPlayer.cpp261 void GenericMediaPlayer::preDestroy() { in preDestroy() function in android::GenericMediaPlayer
Dandroid_AudioSfDecoder.cpp64 void AudioSfDecoder::preDestroy() { in preDestroy() function in android::AudioSfDecoder
Dandroid_GenericPlayer.cpp78 void GenericPlayer::preDestroy() { in preDestroy() function in android::GenericPlayer
/frameworks/wilhelm/src/itf/
DIObject.cpp526 PreDestroyHook preDestroy = clazz->mPreDestroy; in IObject_Destroy() local