HomeSort by relevance Sort by last modified time
    Searched refs:decStrong (Results 1 - 25 of 90) 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 50 client->decStrong((void*)nativeCreate);
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* /*id*/) const {
  /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);
  /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/base/libs/hwui/
AnimatorManager.cpp 32 animator->decStrong(nullptr);
90 animator->decStrong(nullptr);
147 animator->decStrong(nullptr);
164 animator->decStrong(nullptr);
LayerRenderer.cpp 214 layer->decStrong(nullptr);
243 layer->decStrong(nullptr);
316 layer->decStrong(nullptr);
LayerCache.cpp 87 layer->decStrong(nullptr);
TessellationCache.h 182 bufferPairTask->decStrong(nullptr);
  /frameworks/base/native/android/
obb.cpp 40 obbInfo->decStrong((void*)AObbScanner_getObbInfo);
looper.cpp 49 ALooper_to_Looper(looper)->decStrong((void*)ALooper_acquire);
native_window.cpp 40 window->decStrong((void*)ANativeWindow_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/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);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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/binder/
Binder.cpp 256 mRemote->decStrong(this);
270 mRemote->decStrong(this);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 68 void decStrong(const void* id) const;
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 149 me->decStrong(this);
  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp 118 handle->decStrong((void*)android_server_InputApplicationHandle_getHandle);
  /system/core/include/system/
window.h 102 void decStrong(const void* /*id*/) const {
403 void decStrong(const void* /*id*/) const {
    [all...]
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 69 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
83 p->decStrong((void*)SurfaceTexture_setProducer);
98 p->decStrong((void*)SurfaceTexture_setSurfaceTexture);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 221 // might get destructed on the decStrong(), so keep an sp around until the
222 // end of the call - otherwise have to sprinkle the decStrong on all exit
225 decStrong(this);

Completed in 307 milliseconds

1 2 3 4