Home
last modified time | relevance | path

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

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