/frameworks/native/include/utils/ |
D | StrongPointer.h | 149 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()
|
D | RefBase.h | 69 void decStrong(const void* id) const; 171 inline void decStrong(const void* id) const { in decStrong() function
|
/frameworks/native/include/ui/ |
D | ANativeObjectBase.h | 65 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/ |
D | BufferObjectManager.h | 59 inline void decStrong(const void* id) const; 75 void EGLBufferObjectManager::decStrong(const void* id) const { in decStrong() function
|
D | state.cpp | 111 c->surfaceManager->decStrong(c); in ogles_uninit() 112 c->bufferObjectManager->decStrong(c); in ogles_uninit()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 238 mRemote->decStrong(this); in ~BpRefBase() 252 mRemote->decStrong(this); in onLastStrongRef()
|
/frameworks/base/native/android/ |
D | obb.cpp | 40 obbInfo->decStrong((void*)AObbScanner_getObbInfo); in AObbInfo_delete()
|
D | looper.cpp | 41 static_cast<Looper*>(looper)->decStrong((void*)ALooper_acquire); in ALooper_release()
|
D | native_window.cpp | 40 window->decStrong((void*)ANativeWindow_acquire); in ANativeWindow_release()
|
D | sensor.cpp | 80 queue->decStrong(manager); in ASensorManager_destroyEventQueue()
|
D | storage_manager.cpp | 173 mgr->decStrong((void*)AStorageManager_new); in AStorageManager_delete()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 143 me->decStrong(this); in destroyComponentInstance()
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputApplicationHandle.cpp | 118 handle->decStrong(obj); in android_server_InputApplicationHandle_nativeDispose()
|
D | com_android_server_input_InputWindowHandle.cpp | 201 handle->decStrong(obj); in android_server_InputWindowHandle_nativeDispose()
|
/frameworks/base/core/jni/ |
D | android_os_MessageQueue.cpp | 146 nativeMessageQueue->decStrong(env); in android_os_MessageQueue_nativeDestroy()
|
D | android_view_Surface.cpp | 122 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()
|
D | android_hardware_SensorManager.cpp | 99 queue->decStrong(clazz); in sensors_destroy_queue()
|
D | android_view_DisplayEventReceiver.cpp | 206 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object in nativeDispose()
|
D | android_view_TextureView.cpp | 118 window->decStrong(0); in android_view_TextureView_destroyNativeWindow()
|
D | android_view_InputEventReceiver.cpp | 260 receiver->decStrong(gInputEventReceiverClassInfo.clazz); // drop reference held by the object in nativeDispose()
|
/frameworks/native/libs/utils/ |
D | Looper.cpp | 114 self->decStrong((void*)threadDestructor); in threadDestructor() 128 old->decStrong((void*)threadDestructor); in setForThread()
|
D | BufferedTextOutput.cpp | 151 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCrypto.cpp | 154 old->decStrong(thiz); in setCrypto()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 58 p->decStrong(thiz); in SurfaceTexture_setSurfaceTexture()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 446 dc->gl.currentWndSurface->decStrong(NULL); in rsdGLSetInternalSurface() 474 dc->gl.wndSurface->decStrong(NULL); in rsdGLSetSurface()
|