HomeSort by relevance Sort by last modified time
    Searched defs:preDestroy (Results 1 - 12 of 12) sorted by null

  /frameworks/base/libs/rs/
rsSampler.cpp 51 void Sampler::preDestroy() const {
rsProgramRaster.cpp 33 void ProgramRaster::preDestroy() const {
rsProgramStore.cpp 44 void ProgramStore::preDestroy() const {
rsObjectBase.cpp 81 void ObjectBase::preDestroy() const {
105 ref->preDestroy();
rsElement.cpp 35 void Element::preDestroy() const {
rsType.cpp 28 void Type::preDestroy() const {
rsFont.cpp 75 void Font::preDestroy() const {
  /system/media/wilhelm/src/android/
android_StreamPlayer.cpp 330 void StreamPlayer::preDestroy() {
339 // GenericMediaPlayer::preDestroy will repeat some of what we've done, but that's benign
340 GenericMediaPlayer::preDestroy();
android_GenericMediaPlayer.cpp 193 void GenericMediaPlayer::preDestroy() {
199 // causes CHECK failure in Nuplayer, but commented out in the subclass preDestroy
212 GenericPlayer::preDestroy();
android_GenericPlayer.cpp 75 void GenericPlayer::preDestroy() {
76 SL_LOGD("GenericPlayer::preDestroy()");
android_AudioSfDecoder.cpp 53 void AudioSfDecoder::preDestroy() {
54 GenericPlayer::preDestroy();
55 SL_LOGD("AudioSfDecoder::preDestroy()");
  /system/media/wilhelm/src/itf/
IObject.c 526 PreDestroyHook preDestroy = clazz->mPreDestroy;
530 if (NULL != preDestroy) {
531 predestroy_t okToDestroy = (*preDestroy)(thiz);

Completed in 79 milliseconds