Searched refs:incStrong (Results 1 - 25 of 65) sorted by relevance

123

/frameworks/base/core/jni/
H A Dcom_android_internal_util_VirtualRefBasePtr.cpp23 static void incStrong(JNIEnv* env, jobject clazz, jlong objPtr) { function in namespace:android
25 obj->incStrong(0);
40 { "nIncStrong", "(J)V", (void*) incStrong },
H A Dandroid_view_SurfaceSession.cpp44 client->incStrong((void*)nativeCreate);
H A Dandroid_view_Surface.cpp128 surface->incStrong(&sRefBaseOwner);
155 surface->incStrong(&sRefBaseOwner);
264 lockedSurface->incStrong(&sRefBaseOwner);
308 surface->incStrong(&sRefBaseOwner);
338 sur->incStrong(&sRefBaseOwner);
H A Dandroid_os_MessageQueue.cpp124 nativeMessageQueue->incStrong(env);
H A Dandroid_view_DisplayEventReceiver.cpp228 receiver->incStrong(gDisplayEventReceiverClassInfo.clazz); // retain a reference for the object
H A Dandroid_view_InputQueue.cpp207 queue->incStrong(&gInputQueueClassInfo);
H A Dandroid_view_RenderNodeAnimator.cpp231 sLifecycleChecker.incStrong(0);
H A Dandroid_view_TextureView.cpp120 window->incStrong((void*)android_view_TextureView_createNativeWindow);
/frameworks/native/include/ui/
H A DANativeObjectBase.h61 // Disambiguate between the incStrong in REF and NATIVE_TYPE
62 void incStrong(const void* id) const { function in class:android::ANativeObjectBase
63 REF::incStrong(id);
89 self->incStrong(self);
/frameworks/base/native/android/
H A Dobb.cpp34 obbFile->incStrong((void*)AObbScanner_getObbInfo);
H A Dnative_window.cpp30 win->incStrong((void*)ANativeWindow_acquire);
36 window->incStrong((void*)ANativeWindow_acquire);
H A Dlooper.cpp45 ALooper_to_Looper(looper)->incStrong((void*)ALooper_acquire);
H A Dsensor.cpp83 queue->incStrong(manager);
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(const void* /*id*/) const { function in class:android::EGLBufferObjectManager
/frameworks/rs/cpp/util/
H A DStrongPointer.h124 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/
H A DStrongPointer.h123 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);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp60 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture);
74 producer->incStrong((void*)SurfaceTexture_setProducer);
89 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp128 codec->incStrong(this);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputApplicationHandle.cpp100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp241 if (obj != NULL) { obj->incStrong(this); }
257 if (obj != NULL) { obj->incStrong(this); }
382 to->u.refValue->incStrong(msg.get());
392 to->u.refValue->incStrong(msg.get());
585 subMsg->incStrong(msg.get());
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp149 incStrong(this);
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp44 animator->incStrong(0);
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp79 rootNode->incStrong(0);
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp90 conn->incStrong(thiz);
/frameworks/native/libs/binder/
H A DBinder.cpp239 mRemote->incStrong(this); // Removed on first IncStrong().

Completed in 601 milliseconds

123