HomeSort by relevance Sort by last modified time
    Searched refs:decStrong (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /frameworks/base/core/jni/
com_android_internal_util_VirtualRefBasePtr.cpp 28 static void decStrong(JNIEnv* env, jobject clazz, jlong objPtr) {
30 obj->decStrong(0);
41 { "nDecStrong", "(J)V", (void*) decStrong },
android_view_SurfaceSession.cpp 58 client->decStrong((void*)nativeCreate);
android_view_DisplayEventReceiver.cpp 142 receiver->decStrong(gDisplayEventReceiverClassInfo.clazz); // drop reference held by the object
  /frameworks/base/libs/hwui/tests/microbench/
RenderNodeBench.cpp 29 node->decStrong(0);
  /frameworks/native/libs/ui/include/ui/
ANativeObjectBase.h 46 void decStrong(const void* id) const {
47 REF::decStrong(id);
74 self->decStrong(self);
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 126 if (m_ptr) m_ptr->decStrong(this);
132 if (m_ptr) m_ptr->decStrong(this);
141 if (m_ptr) m_ptr->decStrong(this);
150 if (m_ptr) m_ptr->decStrong(this);
159 if (m_ptr) m_ptr->decStrong(this);
168 m_ptr->decStrong(this);
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* /*id*/) const {
  /system/core/libutils/include/utils/
StrongPointer.h 156 m_ptr->decStrong(this);
165 if (oldPtr) oldPtr->decStrong(this);
174 if (oldPtr) oldPtr->decStrong(this);
185 if (oldPtr) oldPtr->decStrong(this);
196 if (oldPtr) oldPtr->decStrong(this);
205 if (m_ptr) m_ptr->decStrong(this);
216 if (oldPtr) oldPtr->decStrong(this);
231 m_ptr->decStrong(this);
LightRefBase.h 39 inline void decStrong(__attribute__((unused)) const void* id) const {
  /frameworks/base/native/android/
obb.cpp 40 obbInfo->decStrong((void*)AObbScanner_getObbInfo);
looper.cpp 49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire);
  /frameworks/rs/cpp/util/
StrongPointer.h 150 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/libs/nativebase/include/nativebase/
nativebase.h 80 void decStrong(const void* /*id*/) const {
  /system/libhwbinder/
Binder.cpp 200 mRemote->decStrong(this);
214 mRemote->decStrong(this);
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 75 win->decStrong(this);
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensorDevice.cpp 41 device->decStrong(device.get());
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 69 void decStrong(const void* id) const;
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 71 this->decStrong((void*) ACameraDevice_createCaptureSession);
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 165 me->decStrong(this);
  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp 118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle);
  /frameworks/native/libs/binder/
Binder.cpp 288 mRemote->decStrong(this);
302 mRemote->decStrong(this);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 91 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
105 p->decStrong((void*)SurfaceTexture_setProducer);
120 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 225 // 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/
TessellationCache.h 212 bufferPairTask->decStrong(nullptr);
  /frameworks/base/media/jni/
android_media_MediaHTTPConnection.cpp 93 old->decStrong(thiz);

Completed in 1013 milliseconds

1 2 3 4