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

1 2 3

  /frameworks/native/include/ui/
ANativeObjectBase.h 65 void decStrong(const void* id) const {
66 REF::decStrong(id);
93 self->decStrong(self);
  /system/core/include/utils/
StrongPointer.h 143 m_ptr->decStrong(this);
152 m_ptr->decStrong(this);
162 m_ptr->decStrong(this);
173 m_ptr->decStrong(this);
183 m_ptr->decStrong(this);
197 m_ptr->decStrong(this);
RefBase.h 73 void decStrong(const void* id) const;
181 inline void decStrong(__attribute__((unused)) const void* id) const {
  /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 {
  /frameworks/base/native/android/
obb.cpp 40 obbInfo->decStrong((void*)AObbScanner_getObbInfo);
looper.cpp 41 static_cast<Looper*>(looper)->decStrong((void*)ALooper_acquire);
native_window.cpp 40 window->decStrong((void*)ANativeWindow_acquire);
sensor.cpp 80 queue->decStrong(manager);
  /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);
RefBase.h 69 void decStrong(const void* id) const;
171 inline void decStrong(__attribute__((unused)) const void* id) const {
  /frameworks/rs/server/
StrongPointer.h 149 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);
RefBase.h 68 void decStrong(const void* id) const;
170 inline void decStrong(__attribute__((unused)) const void* id) const {
  /frameworks/base/core/jni/
android_view_SurfaceSession.cpp 50 client->decStrong((void*)nativeCreate);
android_os_MessageQueue.cpp 130 nativeMessageQueue->decStrong(env);
android_view_Surface.cpp 83 // this is just a pointer we use to pass to inc/decStrong
159 sur->decStrong(&sRefBaseOwner);
336 self->decStrong(&sRefBaseOwner);
  /frameworks/native/libs/binder/
Binder.cpp 238 mRemote->decStrong(this);
252 mRemote->decStrong(this);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 68 void decStrong(const void* id) const;
CodeCache.cpp 123 void Assembly::decStrong(const void*) const
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 63 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
77 p->decStrong((void*)SurfaceTexture_setBufferQueue);
92 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 146 me->decStrong(this);
  /frameworks/base/services/jni/
com_android_server_input_InputApplicationHandle.cpp 118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle);
  /system/core/include/system/
window.h 96 void decStrong(const void* id) const {
359 void decStrong(const void* id) const {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 204 // might get destructed on the decStrong(), so keep an sp around until the
205 // end of the call - otherwise have to sprinkle the decStrong on all exit
208 decStrong(this);
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 174 this->decStrong(this);

Completed in 2141 milliseconds

1 2 3