/frameworks/base/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 | 68 void decStrong(const void* id) const; 170 inline void decStrong(const void* id) const { in decStrong() function
|
/frameworks/base/include/ui/egl/ |
D | android_natives.h | 66 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/ |
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 | 110 c->surfaceManager->decStrong(c); in ogles_uninit() 111 c->bufferObjectManager->decStrong(c); in ogles_uninit()
|
D | texture.cpp | 67 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/ |
D | Binder.cpp | 231 mRemote->decStrong(this); in ~BpRefBase() 245 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 | 48 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/base/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 135 me->decStrong(this); in destroyComponentInstance()
|
/frameworks/base/services/jni/ |
D | com_android_server_InputApplicationHandle.cpp | 118 handle->decStrong(obj); in android_server_InputApplicationHandle_nativeDispose()
|
D | com_android_server_InputWindowHandle.cpp | 201 handle->decStrong(obj); in android_server_InputWindowHandle_nativeDispose()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 120 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()
|
D | android_hardware_SensorManager.cpp | 99 queue->decStrong(clazz); in sensors_destroy_queue()
|
D | android_view_TextureView.cpp | 118 window->decStrong(0); in android_view_TextureView_destroyNativeWindow()
|
/frameworks/base/libs/utils/ |
D | BufferedTextOutput.cpp | 151 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
|
D | Looper.cpp | 133 self->decStrong((void*)threadDestructor); in threadDestructor() 147 old->decStrong((void*)threadDestructor); in setForThread()
|
D | RefBase.cpp | 347 void RefBase::decStrong(const void* id) const in decStrong() function in android::RefBase
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 57 p->decStrong(thiz); in SurfaceTexture_setSurfaceTexture()
|
/frameworks/base/media/jni/ |
D | android_media_MediaPlayer.cpp | 138 old->decStrong(thiz); in setMediaPlayer() 257 old_st->decStrong(thiz); in decVideoSurfaceRef()
|
D | android_media_MediaRecorder.cpp | 145 old->decStrong(thiz); in setMediaRecorder()
|
/frameworks/base/media/libstagefright/foundation/ |
D | AMessage.cpp | 78 item->u.refValue->decStrong(this); in freeItem()
|