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

1 2

  /frameworks/rs/
rsProgramRaster.h 57 virtual void preDestroy() const;
rsProgramStore.h 73 virtual void preDestroy() const;
rsSampler.h 73 virtual void preDestroy() const;
rsObjectBase.h 79 virtual void preDestroy() const;
rsProgramRaster.cpp 33 void ProgramRaster::preDestroy() const {
rsObjectBase.cpp 100 void ObjectBase::preDestroy() const {
124 ref->preDestroy();
rsElement.h 163 virtual void preDestroy() const;
rsProgramStore.cpp 44 void ProgramStore::preDestroy() const {
rsSampler.cpp 51 void Sampler::preDestroy() const {
rsType.h 149 virtual void preDestroy() const;
rsFont.h 122 virtual void preDestroy() const;
rsElement.cpp 44 void Element::preDestroy() const {
rsType.cpp 35 void Type::preDestroy() const {
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 90 virtual void preDestroy();
android_AudioSfDecoder.h 57 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 57 void AudioSfDecoder::preDestroy() {
58 GenericPlayer::preDestroy();
59 SL_LOGD("AudioSfDecoder::preDestroy()");
android_GenericMediaPlayer.cpp 261 void GenericMediaPlayer::preDestroy() {
267 // causes CHECK failure in Nuplayer, but commented out in the subclass preDestroy
280 GenericPlayer::preDestroy();
MediaPlayer_to_android.cpp 485 mp->mAVPlayer->preDestroy();
487 SL_LOGV("android_Player_preDestroy(%p) after mAVPlayer->preDestroy()", mp);
android_GenericPlayer.cpp 78 void GenericPlayer::preDestroy() {
79 SL_LOGD("GenericPlayer::preDestroy()");
  /frameworks/wilhelm/src/itf/
IObject.c 526 PreDestroyHook preDestroy = clazz->mPreDestroy;
530 if (NULL != preDestroy) {
531 predestroy_t okToDestroy = (*preDestroy)(thiz);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.jar 

Completed in 2887 milliseconds

1 2