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

  /frameworks/rs/
rsProgramRaster.h 57 virtual void preDestroy() const;
rsProgramStore.h 73 virtual void preDestroy() const;
rsSampler.h 73 virtual void preDestroy() const;
rsObjectBase.cpp 87 void ObjectBase::preDestroy() const {
111 ref->preDestroy();
rsObjectBase.h 72 virtual void preDestroy() const;
rsProgramRaster.cpp 33 void ProgramRaster::preDestroy() const {
rsElement.h 160 virtual void preDestroy() const;
rsProgramStore.cpp 44 void ProgramStore::preDestroy() const {
rsSampler.cpp 51 void Sampler::preDestroy() const {
rsType.h 131 virtual void preDestroy() const;
rsFont.h 122 virtual void preDestroy() const;
rsType.cpp 35 void Type::preDestroy() const {
rsElement.cpp 37 void Element::preDestroy() const {
rsFont.cpp 78 void Font::preDestroy() const {
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 90 virtual void preDestroy();
android_AudioSfDecoder.h 59 virtual void preDestroy();
android_GenericMediaPlayer.h 87 virtual void preDestroy();
android_GenericPlayer.h 64 virtual void 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()");
android_GenericMediaPlayer.cpp 258 void GenericMediaPlayer::preDestroy() {
264 // causes CHECK failure in Nuplayer, but commented out in the subclass preDestroy
277 GenericPlayer::preDestroy();
MediaPlayer_to_android.cpp 487 mp->mAVPlayer->preDestroy();
489 SL_LOGV("android_Player_preDestroy(%p) after mAVPlayer->preDestroy()", mp);
android_GenericPlayer.cpp 77 void GenericPlayer::preDestroy() {
78 SL_LOGD("GenericPlayer::preDestroy()");
AudioPlayer_to_android.cpp     [all...]
  /frameworks/wilhelm/src/itf/
IObject.c 526 PreDestroyHook preDestroy = clazz->mPreDestroy;
530 if (NULL != preDestroy) {
531 predestroy_t okToDestroy = (*preDestroy)(thiz);

Completed in 281 milliseconds