/frameworks/base/core/jni/ |
D | com_android_internal_util_VirtualRefBasePtr.cpp | 28 static void decStrong(JNIEnv* env, jobject clazz, jlong objPtr) { in decStrong() function 30 obj->decStrong(0); in decStrong() 41 { "nDecStrong", "(J)V", (void*) decStrong },
|
D | android_view_SurfaceSession.cpp | 50 client->decStrong((void*)nativeCreate); in nativeDestroy()
|
D | android_view_DisplayEventReceiver.cpp | 147 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object in nativeDispose()
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 150 if (m_ptr) m_ptr->decStrong(this); in ~sp() 157 if (m_ptr) m_ptr->decStrong(this); 166 if (m_ptr) m_ptr->decStrong(this); 176 if (m_ptr) m_ptr->decStrong(this); 185 if (m_ptr) m_ptr->decStrong(this); 201 m_ptr->decStrong(this); in clear()
|
/frameworks/rs/server/ |
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()
|
/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
|
/frameworks/base/native/android/ |
D | obb.cpp | 40 obbInfo->decStrong((void*)AObbScanner_getObbInfo); in AObbInfo_delete()
|
D | native_window.cpp | 40 window->decStrong((void*)ANativeWindow_acquire); in ANativeWindow_release()
|
D | looper.cpp | 49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire); in ALooper_release()
|
D | sensor.cpp | 102 queue->decStrong(manager); in ASensorManager_destroyEventQueue()
|
D | storage_manager.cpp | 182 mgr->decStrong((void*)AStorageManager_new); in AStorageManager_delete()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 88 p->decStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setSurfaceTexture() 102 p->decStrong((void*)SurfaceTexture_setProducer); in SurfaceTexture_setProducer() 117 p->decStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setFrameAvailableListener()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 279 mRemote->decStrong(this); in ~BpRefBase() 293 mRemote->decStrong(this); in onLastStrongRef()
|
/frameworks/base/libs/hwui/ |
D | LayerRenderer.cpp | 215 layer->decStrong(nullptr); in createRenderLayer() 244 layer->decStrong(nullptr); in createRenderLayer() 317 layer->decStrong(nullptr); in destroyLayer()
|
D | LayerCache.cpp | 80 layer->decStrong(nullptr); in deleteLayer()
|
D | TessellationCache.h | 219 bufferPairTask->decStrong(nullptr); in operator()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 149 me->decStrong(this); in destroyComponentInstance()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 217 mObject->decStrong(nullptr); in run() 228 object->decStrong(nullptr); in postDecStrong()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputApplicationHandle.cpp | 118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle); in android_server_InputApplicationHandle_nativeDispose()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.cpp | 71 this->decStrong((void*) ACameraDevice_createCaptureSession); in closeByApp()
|
/frameworks/base/media/jni/ |
D | android_media_MediaHTTPConnection.cpp | 93 old->decStrong(thiz); in setObject()
|
D | android_media_MediaMuxer.cpp | 218 muxer->decStrong(clazz); in android_media_MediaMuxer_native_release()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 490 args->buffer->decStrong(nullptr); in CREATE_BRIDGE4() 586 args->frameStatsObserver->decStrong(args->context); in CREATE_BRIDGE2() 605 args->frameStatsObserver->decStrong(args->context); in CREATE_BRIDGE2()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3IOStreamBase.cpp | 227 decStrong(this); in returnAnyBufferLocked()
|