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

  /frameworks/base/libs/rs/
rsProgramRaster.h 57 virtual void preDestroy() const;
rsProgramStore.h 73 virtual void preDestroy() const;
rsSampler.h 72 virtual void preDestroy() const;
rsObjectBase.cpp 81 void ObjectBase::preDestroy() const {
105 ref->preDestroy();
rsObjectBase.h 73 virtual void preDestroy() const;
rsElement.h 130 virtual void preDestroy() const;
rsProgramRaster.cpp 33 void ProgramRaster::preDestroy() const {
rsProgramStore.cpp 44 void ProgramStore::preDestroy() const {
rsSampler.cpp 51 void Sampler::preDestroy() const {
rsType.h 114 virtual void preDestroy() const;
rsFont.h 124 virtual void preDestroy() const;
rsType.cpp 28 void Type::preDestroy() const {
rsElement.cpp 35 void Element::preDestroy() const {
rsFont.cpp 75 void Font::preDestroy() const {
  /system/media/wilhelm/src/android/
android_StreamPlayer.h 90 virtual void preDestroy();
android_AudioSfDecoder.h 59 virtual void preDestroy();
android_GenericMediaPlayer.h 88 virtual void preDestroy();
android_GenericPlayer.h 63 virtual void 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_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_AudioSfDecoder.cpp 53 void AudioSfDecoder::preDestroy() {
54 GenericPlayer::preDestroy();
55 SL_LOGD("AudioSfDecoder::preDestroy()");
MediaPlayer_to_android.cpp 471 mp->mAVPlayer->preDestroy();
473 SL_LOGV("android_Player_preDestroy(%p) after mAVPlayer->preDestroy()", mp);
android_GenericPlayer.cpp 75 void GenericPlayer::preDestroy() {
76 SL_LOGD("GenericPlayer::preDestroy()");
AudioPlayer_to_android.cpp     [all...]
  /system/media/wilhelm/src/itf/
IObject.c 526 PreDestroyHook preDestroy = clazz->mPreDestroy;
530 if (NULL != preDestroy) {
531 predestroy_t okToDestroy = (*preDestroy)(thiz);

Completed in 632 milliseconds