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

123

/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.cpp50 client->decStrong((void*)nativeCreate);
H A Dandroid_view_DisplayEventReceiver.cpp147 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object
H A Dandroid_os_MessageQueue.cpp185 nativeMessageQueue->decStrong(env);
H A Dandroid_view_InputQueue.cpp216 queue->decStrong(&gInputQueueClassInfo);
H A Dandroid_view_TextureView.cpp127 window->decStrong((void*)android_view_TextureView_createNativeWindow);
/frameworks/native/include/ui/
H A DANativeObjectBase.h65 void decStrong(const void* id) const { function in class:android::ANativeObjectBase
66 REF::decStrong(id);
93 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);
H A Dnative_window.cpp40 window->decStrong((void*)ANativeWindow_acquire);
H A Dsensor.cpp102 queue->decStrong(manager);
/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/rs/server/
H A DStrongPointer.h149 if (m_ptr) m_ptr->decStrong(this);
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);
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp71 this->decStrong((void*) ACameraDevice_createCaptureSession);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp149 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/binder/
H A DBinder.cpp279 mRemote->decStrong(this);
293 mRemote->decStrong(this);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp88 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
102 p->decStrong((void*)SurfaceTexture_setProducer);
117 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp215 layer->decStrong(nullptr);
244 layer->decStrong(nullptr);
317 layer->decStrong(nullptr);
H A DLayerCache.cpp80 layer->decStrong(nullptr);
H A DTessellationCache.h219 bufferPairTask->decStrong(nullptr);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp223 // might get destructed on the decStrong(), so keep an sp around until the
224 // end of the call - otherwise have to sprinkle the decStrong on all exit
227 decStrong(this);
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp93 old->decStrong(thiz);
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp217 mObject->decStrong(nullptr);
228 object->decStrong(nullptr);

Completed in 2664 milliseconds

123