Home
last modified time | relevance | path

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

12

/frameworks/native/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.h69 void decStrong(const void* id) const;
171 inline void decStrong(const void* id) const { in decStrong() function
/frameworks/native/include/ui/
DANativeObjectBase.h65 void decStrong(const void* id) const { in decStrong() function
66 REF::decStrong(id); in decStrong()
93 self->decStrong(self); in decRef()
/frameworks/native/opengl/libagl/
DBufferObjectManager.h59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* id) const { in decStrong() function
Dstate.cpp111 c->surfaceManager->decStrong(c); in ogles_uninit()
112 c->bufferObjectManager->decStrong(c); in ogles_uninit()
/frameworks/native/libs/binder/
DBinder.cpp238 mRemote->decStrong(this); in ~BpRefBase()
252 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.cpp40 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/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp143 me->decStrong(this); in destroyComponentInstance()
/frameworks/base/services/jni/
Dcom_android_server_input_InputApplicationHandle.cpp118 handle->decStrong(obj); in android_server_InputApplicationHandle_nativeDispose()
Dcom_android_server_input_InputWindowHandle.cpp201 handle->decStrong(obj); in android_server_InputWindowHandle_nativeDispose()
/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp146 nativeMessageQueue->decStrong(env); in android_os_MessageQueue_nativeDestroy()
Dandroid_view_Surface.cpp122 client->decStrong(clazz); in SurfaceSession_destroy()
133 client->decStrong(clazz); in SurfaceSession_kill()
156 p->decStrong(clazz); in setSurfaceControl()
208 p->decStrong(clazz); in setSurface()
Dandroid_hardware_SensorManager.cpp99 queue->decStrong(clazz); in sensors_destroy_queue()
Dandroid_view_DisplayEventReceiver.cpp206 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object in nativeDispose()
Dandroid_view_TextureView.cpp118 window->decStrong(0); in android_view_TextureView_destroyNativeWindow()
Dandroid_view_InputEventReceiver.cpp260 receiver->decStrong(gInputEventReceiverClassInfo.clazz); // drop reference held by the object in nativeDispose()
/frameworks/native/libs/utils/
DLooper.cpp114 self->decStrong((void*)threadDestructor); in threadDestructor()
128 old->decStrong((void*)threadDestructor); in setForThread()
DBufferedTextOutput.cpp151 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp154 old->decStrong(thiz); in setCrypto()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp58 p->decStrong(thiz); in SurfaceTexture_setSurfaceTexture()
/frameworks/rs/driver/
DrsdGL.cpp446 dc->gl.currentWndSurface->decStrong(NULL); in rsdGLSetInternalSurface()
474 dc->gl.wndSurface->decStrong(NULL); in rsdGLSetSurface()

12