Searched refs:decStrong (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/base/core/jni/
H A Dcom_android_internal_util_VirtualRefBasePtr.cpp28 static void decStrong(JNIEnv* env, jobject clazz, jlong objPtr) { function in namespace:android
30 obj->decStrong(0);
41 { "nDecStrong", "(J)V", (void*) decStrong },
H A Dandroid_view_SurfaceSession.cpp58 client->decStrong((void*)nativeCreate);
H A Dandroid_view_DisplayEventReceiver.cpp142 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object
H A Dandroid_os_HwBinder.cpp88 old->decStrong(NULL /* id */);
209 binder->decStrong(NULL /* id */);
H A Dandroid_os_HwBlob.cpp68 old->decStrong(NULL /* id */);
260 parcel->decStrong(NULL /* id */);
H A Dandroid_os_HwRemoteBinder.cpp238 old->decStrong(NULL /* id */);
311 binder->decStrong(NULL /* id */);
H A Dandroid_os_MessageQueue.cpp185 nativeMessageQueue->decStrong(env);
/frameworks/base/libs/hwui/tests/microbench/
H A DRenderNodeBench.cpp29 node->decStrong(0);
/frameworks/native/include/ui/
H A DANativeObjectBase.h63 void decStrong(const void* id) const { function in class:android::ANativeObjectBase
64 REF::decStrong(id);
91 self->decStrong(self);
/frameworks/base/native/android/
H A Dobb.cpp40 obbInfo->decStrong((void*)AObbScanner_getObbInfo);
H A Dlooper.cpp49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire);
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* /*id*/) const { function in class:android::EGLBufferObjectManager
/frameworks/rs/cpp/util/
H A DStrongPointer.h150 if (m_ptr) m_ptr->decStrong(this);
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);
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp72 win->decStrong(this);
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp71 this->decStrong((void*) ACameraDevice_createCaptureSession);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp150 me->decStrong(this);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputApplicationHandle.cpp118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle);
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h79 void decStrong(const void* /*id*/) const { function in struct:ANativeWindowBuffer
/frameworks/native/libs/binder/
H A DBinder.cpp288 mRemote->decStrong(this);
302 mRemote->decStrong(this);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp91 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
105 p->decStrong((void*)SurfaceTexture_setProducer);
120 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp225 // might get destructed on the decStrong(), so keep an sp around until the
226 // end of the call - otherwise have to sprinkle the decStrong on all exit
229 decStrong(this);
/frameworks/base/libs/hwui/
H A DTessellationCache.h212 bufferPairTask->decStrong(nullptr);
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp93 old->decStrong(thiz);
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp239 mObject->decStrong(nullptr);
250 object->decStrong(nullptr);
/frameworks/base/cmds/incidentd/src/
H A DSection.cpp102 data->decStrong(data->section);

Completed in 925 milliseconds

1234