Home
last modified time | relevance | path

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

123

/frameworks/base/core/jni/
Dcom_android_internal_util_VirtualRefBasePtr.cpp28 static void decStrong(JNIEnv* env, jobject clazz, jlong objPtr) { in decStrong() function
30 obj->decStrong(0); in decStrong()
41 { "nDecStrong", "(J)V", (void*) decStrong },
Dandroid_view_SurfaceSession.cpp50 client->decStrong((void*)nativeCreate); in nativeDestroy()
Dandroid_view_DisplayEventReceiver.cpp147 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object in nativeDispose()
/frameworks/rs/cpp/util/
DStrongPointer.h150 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/
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()
/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
/frameworks/base/native/android/
Dobb.cpp40 obbInfo->decStrong((void*)AObbScanner_getObbInfo); in AObbInfo_delete()
Dnative_window.cpp40 window->decStrong((void*)ANativeWindow_acquire); in ANativeWindow_release()
Dlooper.cpp49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire); in ALooper_release()
Dsensor.cpp102 queue->decStrong(manager); in ASensorManager_destroyEventQueue()
Dstorage_manager.cpp182 mgr->decStrong((void*)AStorageManager_new); in AStorageManager_delete()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp88 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/
DBinder.cpp279 mRemote->decStrong(this); in ~BpRefBase()
293 mRemote->decStrong(this); in onLastStrongRef()
/frameworks/base/libs/hwui/
DLayerRenderer.cpp215 layer->decStrong(nullptr); in createRenderLayer()
244 layer->decStrong(nullptr); in createRenderLayer()
317 layer->decStrong(nullptr); in destroyLayer()
DLayerCache.cpp80 layer->decStrong(nullptr); in deleteLayer()
DTessellationCache.h219 bufferPairTask->decStrong(nullptr); in operator()
/frameworks/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp149 me->decStrong(this); in destroyComponentInstance()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp217 mObject->decStrong(nullptr); in run()
228 object->decStrong(nullptr); in postDecStrong()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputApplicationHandle.cpp118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle); in android_server_InputApplicationHandle_nativeDispose()
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp71 this->decStrong((void*) ACameraDevice_createCaptureSession); in closeByApp()
/frameworks/base/media/jni/
Dandroid_media_MediaHTTPConnection.cpp93 old->decStrong(thiz); in setObject()
Dandroid_media_MediaMuxer.cpp218 muxer->decStrong(clazz); in android_media_MediaMuxer_native_release()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp490 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/
DCamera3IOStreamBase.cpp227 decStrong(this); in returnAnyBufferLocked()

123