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

1 2 3 4

  /frameworks/base/core/jni/
com_android_internal_util_VirtualRefBasePtr.cpp 23 static void incStrong(JNIEnv* env, jobject clazz, jlong objPtr) {
25 obj->incStrong(0);
40 { "nIncStrong", "(J)V", (void*) incStrong },
android_view_SurfaceSession.cpp 44 client->incStrong((void*)nativeCreate);
android_view_Surface.cpp 123 surface->incStrong(&sRefBaseOwner);
251 surface->incStrong(&sRefBaseOwner);
356 lockedSurface->incStrong(&sRefBaseOwner);
401 surface->incStrong(&sRefBaseOwner);
436 sur->incStrong(&sRefBaseOwner);
android_view_DisplayEventReceiver.cpp 139 receiver->incStrong(gDisplayEventReceiverClassInfo.clazz); // retain a reference for the object
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 100 if (other) other->incStrong(this);
107 if (m_ptr) m_ptr->incStrong(this);
113 if (other) other->incStrong(this);
120 if (m_ptr) m_ptr->incStrong(this);
131 if (other.m_ptr) other.m_ptr->incStrong(this);
140 if (other) other->incStrong(this);
149 if (other.m_ptr) other.m_ptr->incStrong(this);
158 if (other) other->incStrong(this);
  /frameworks/native/include/ui/
ANativeObjectBase.h 61 // Disambiguate between the incStrong in REF and NATIVE_TYPE
62 void incStrong(const void* id) const {
63 REF::incStrong(id);
89 self->incStrong(self);
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(const void* /*id*/) const {
  /frameworks/rs/cpp/util/
StrongPointer.h 124 if (other) other->incStrong(this);
131 if (m_ptr) m_ptr->incStrong(this);
137 if (other) ((T*)other)->incStrong(this);
144 if (m_ptr) m_ptr->incStrong(this);
156 if (otherPtr) otherPtr->incStrong(this);
165 if (other) other->incStrong(this);
175 if (otherPtr) otherPtr->incStrong(this);
184 if (other) ((T*)other)->incStrong(this);
  /frameworks/rs/server/
StrongPointer.h 123 if (other) other->incStrong(this);
130 if (m_ptr) m_ptr->incStrong(this);
136 if (other) ((T*)other)->incStrong(this);
143 if (m_ptr) m_ptr->incStrong(this);
155 if (otherPtr) otherPtr->incStrong(this);
164 if (other) other->incStrong(this);
174 if (otherPtr) otherPtr->incStrong(this);
183 if (other) ((T*)other)->incStrong(this);
  /system/core/include/utils/
StrongPointer.h 120 other->incStrong(this);
127 m_ptr->incStrong(this);
140 ((T*) other)->incStrong(this);
147 m_ptr->incStrong(this);
166 otherPtr->incStrong(this);
185 other->incStrong(this);
196 otherPtr->incStrong(this);
215 ((T*) other)->incStrong(this);
  /frameworks/base/native/android/
obb.cpp 34 obbFile->incStrong((void*)AObbScanner_getObbInfo);
native_window.cpp 30 win->incStrong((void*)ANativeWindow_acquire);
36 window->incStrong((void*)ANativeWindow_acquire);
looper.cpp 45 ALooper_to_Looper(looper)->incStrong((void*)ALooper_acquire);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 67 void incStrong(const void* id) const;
CodeCache.cpp 118 void Assembly::incStrong(const void*) const
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 129 codec->incStrong(this);
  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp 100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 85 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture);
99 producer->incStrong((void*)SurfaceTexture_setProducer);
114 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 157 incStrong(this);
  /frameworks/base/media/jni/
android_media_MediaHTTPConnection.cpp 90 conn->incStrong(thiz);
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 154 this->incStrong(this);
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 138 this->incStrong(this);
  /system/core/include/system/
window.h 100 void incStrong(const void* /*id*/) const {
415 void incStrong(const void* /*id*/) const {
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 290 if (obj != NULL) { obj->incStrong(this); }
306 if (obj != NULL) { obj->incStrong(this); }
474 to->u.refValue->incStrong(msg.get());
484 to->u.refValue->incStrong(msg.get());
710 subMsg->incStrong(msg.get());
  /device/google/contexthub/util/common/
JSONObject.cpp 377 mValue.mObjectOrArray->incStrong(this /* id */);
494 mValue.mObjectOrArray->incStrong(this /* id */);
503 mValue.mObjectOrArray->incStrong(this /* id */);

Completed in 771 milliseconds

1 2 3 4