/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 | 51 client->decStrong((void*)nativeCreate); in nativeDestroy()
|
D | android_os_HwBinder.cpp | 116 old->decStrong(NULL /* id */); in SetNativeContext() 252 context->decStrong(NULL /* id */); in releaseNativeContext()
|
D | android_view_CompositionSamplingListener.cpp | 80 listener->decStrong((void*)nativeCreate); in nativeDestroy()
|
D | android_media_AudioVolumeGroupCallback.cpp | 116 old->decStrong((void*)setJniCallback); in setJniCallback()
|
D | android_hardware_input_InputApplicationHandle.cpp | 116 handle->decStrong((void*)android_view_InputApplicationHandle_getHandle); in android_view_InputApplicationHandle_nativeDispose()
|
D | android_os_HwRemoteBinder.cpp | 242 old->decStrong(NULL /* id */); in SetNativeContext() 311 binder->decStrong(NULL /* id */); in releaseNativeContext()
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 151 if (m_ptr) m_ptr->decStrong(this); in ~sp() 158 if (m_ptr) m_ptr->decStrong(this); 167 if (m_ptr) m_ptr->decStrong(this); 177 if (m_ptr) m_ptr->decStrong(this); 186 if (m_ptr) m_ptr->decStrong(this); 202 m_ptr->decStrong(this); in clear()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ANativeObjectBase.h | 46 void decStrong(const void* id) const { in decStrong() function 47 REF::decStrong(id); in decStrong() 74 self->decStrong(self); in decRef()
|
/frameworks/native/libs/ui/include/ui/ |
D | ANativeObjectBase.h | 46 void decStrong(const void* id) const { in decStrong() function 47 REF::decStrong(id); in decStrong() 74 self->decStrong(self); in decRef()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 41 object->decStrong(nullptr); in postDecStrong() 43 mRenderThread.queue().post([object]() { object->decStrong(nullptr); }); in postDecStrong()
|
/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/libs/hwui/tests/microbench/ |
D | RenderNodeBench.cpp | 29 node->decStrong(0); in BM_RenderNode_create()
|
/frameworks/base/native/android/ |
D | obb.cpp | 40 obbInfo->decStrong((void*)AObbScanner_getObbInfo); in AObbInfo_delete()
|
D | looper.cpp | 49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire); in ALooper_release()
|
D | storage_manager.cpp | 204 mgr->decStrong((void*)AStorageManager_new); in AStorageManager_delete()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 92 p->decStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setSurfaceTexture() 106 p->decStrong((void*)SurfaceTexture_setProducer); in SurfaceTexture_setProducer() 121 p->decStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setFrameAvailableListener()
|
/frameworks/native/libs/nativebase/include/nativebase/ |
D | nativebase.h | 80 void decStrong(const void* /*id*/) const { in decStrong() function
|
/frameworks/av/camera/ndk/ |
D | NdkCameraMetadata.cpp | 69 metadata->decStrong((void*) ACameraMetadata_free); in ACameraMetadata_free()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.cpp | 73 this->decStrong((void*) ACameraDevice_createCaptureSession); in closeByApp()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 180 me->decStrong(this); in destroyComponentInstance()
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 63 * kernel calls decStrong() on server side implementation of IDirectChannel, 137 * kernel calls decStrong() on server side implementation of IEventQueue,
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 441 mRemote->decStrong(this); in ~BpRefBase() 455 mRemote->decStrong(this); in onLastStrongRef()
|
/frameworks/base/media/jni/ |
D | android_media_MediaHTTPConnection.cpp | 93 old->decStrong(thiz); in setObject()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3IOStreamBase.cpp | 235 decStrong(this); in returnAnyBufferLocked()
|