HomeSort by relevance Sort by last modified time
    Searched refs:decStrong (Results 1 - 25 of 59) 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/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/native/include/utils/
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 73 void decStrong(const void* id) const;
181 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 {
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaLayer.cpp 54 m_mediaTexture->decStrong(this);
  /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 81 // this is just a pointer we use to pass to inc/decStrong
158 sur->decStrong(&sRefBaseOwner);
347 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/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 145 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 {
350 void decStrong(const void* id) const {
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3IOStreamBase.cpp 242 // might get destructed on the decStrong(), so keep an sp around until the
243 // end of the call - otherwise have to sprinkle the decStrong on all exit
246 decStrong(this);
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 174 this->decStrong(this);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 59 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
74 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
  /frameworks/native/libs/utils/
Looper.cpp 114 self->decStrong((void*)threadDestructor);
128 old->decStrong((void*)threadDestructor);

Completed in 680 milliseconds

1 2 3