Home
last modified time | relevance | path

Searched refs:decStrong (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/include/utils/
DStrongPointer.h149 if (m_ptr) m_ptr->decStrong(this); in ~sp()
156 if (m_ptr) m_ptr->decStrong(this);
165 if (m_ptr) m_ptr->decStrong(this);
175 if (m_ptr) m_ptr->decStrong(this);
184 if (m_ptr) m_ptr->decStrong(this);
200 m_ptr->decStrong(this); in clear()
DRefBase.h68 void decStrong(const void* id) const;
170 inline void decStrong(const void* id) const { in decStrong() function
/frameworks/base/include/ui/egl/
Dandroid_natives.h66 void decStrong(const void* id) const { in decStrong() function
67 REF::decStrong(id); in decStrong()
94 self->decStrong(self); in decRef()
/frameworks/base/opengl/libagl/
DBufferObjectManager.h59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* id) const { in decStrong() function
Dstate.cpp110 c->surfaceManager->decStrong(c); in ogles_uninit()
111 c->bufferObjectManager->decStrong(c); in ogles_uninit()
Dtexture.cpp67 c->textures.defaultTexture->decStrong(c); in ogles_uninit_texture()
70 c->textures.tmu[i].texture->decStrong(c); in ogles_uninit_texture()
318 u.texture->decStrong(c); in getAndBindActiveTextureObject()
352 u.texture->decStrong(c); in bindTextureTmu()
/frameworks/base/libs/binder/
DBinder.cpp231 mRemote->decStrong(this); in ~BpRefBase()
245 mRemote->decStrong(this); in onLastStrongRef()
/frameworks/base/native/android/
Dobb.cpp40 obbInfo->decStrong((void*)AObbScanner_getObbInfo); in AObbInfo_delete()
Dlooper.cpp41 static_cast<Looper*>(looper)->decStrong((void*)ALooper_acquire); in ALooper_release()
Dnative_window.cpp48 window->decStrong((void*)ANativeWindow_acquire); in ANativeWindow_release()
Dsensor.cpp80 queue->decStrong(manager); in ASensorManager_destroyEventQueue()
Dstorage_manager.cpp173 mgr->decStrong((void*)AStorageManager_new); in AStorageManager_delete()
/frameworks/base/media/libstagefright/omx/
DSoftOMXPlugin.cpp135 me->decStrong(this); in destroyComponentInstance()
/frameworks/base/services/jni/
Dcom_android_server_InputApplicationHandle.cpp118 handle->decStrong(obj); in android_server_InputApplicationHandle_nativeDispose()
Dcom_android_server_InputWindowHandle.cpp201 handle->decStrong(obj); in android_server_InputWindowHandle_nativeDispose()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp120 client->decStrong(clazz); in SurfaceSession_destroy()
131 client->decStrong(clazz); in SurfaceSession_kill()
154 p->decStrong(clazz); in setSurfaceControl()
206 p->decStrong(clazz); in setSurface()
Dandroid_hardware_SensorManager.cpp99 queue->decStrong(clazz); in sensors_destroy_queue()
Dandroid_view_TextureView.cpp118 window->decStrong(0); in android_view_TextureView_destroyNativeWindow()
/frameworks/base/libs/utils/
DBufferedTextOutput.cpp151 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
DLooper.cpp133 self->decStrong((void*)threadDestructor); in threadDestructor()
147 old->decStrong((void*)threadDestructor); in setForThread()
DRefBase.cpp347 void RefBase::decStrong(const void* id) const in decStrong() function in android::RefBase
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp57 p->decStrong(thiz); in SurfaceTexture_setSurfaceTexture()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp138 old->decStrong(thiz); in setMediaPlayer()
257 old_st->decStrong(thiz); in decVideoSurfaceRef()
Dandroid_media_MediaRecorder.cpp145 old->decStrong(thiz); in setMediaRecorder()
/frameworks/base/media/libstagefright/foundation/
DAMessage.cpp78 item->u.refValue->decStrong(this); in freeItem()

12