Searched refs:incStrong (Results 1 - 25 of 72) 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.cpp123 surface->incStrong(&sRefBaseOwner);
251 surface->incStrong(&sRefBaseOwner);
356 lockedSurface->incStrong(&sRefBaseOwner);
401 surface->incStrong(&sRefBaseOwner);
436 sur->incStrong(&sRefBaseOwner);
H A Dandroid_view_DisplayEventReceiver.cpp139 receiver->incStrong(gDisplayEventReceiverClassInfo.clazz); // retain a reference for the object
H A Dandroid_os_MessageQueue.cpp179 nativeMessageQueue->incStrong(env);
H A Dandroid_view_InputQueue.cpp209 queue->incStrong(&gInputQueueClassInfo);
H A Dandroid_view_RenderNodeAnimator.cpp213 sLifecycleChecker.incStrong(0);
H A Dandroid_view_TextureView.cpp116 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.cpp92 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/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp129 codec->incStrong(this);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputApplicationHandle.cpp100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp85 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture);
99 producer->incStrong((void*)SurfaceTexture_setProducer);
114 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp157 incStrong(this);
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp90 conn->incStrong(thiz);
H A Dandroid_media_MediaMuxer.cpp144 muxer->incStrong(clazz);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp263 if (obj != NULL) { obj->incStrong(this); }
279 if (obj != NULL) { obj->incStrong(this); }
447 to->u.refValue->incStrong(msg.get());
457 to->u.refValue->incStrong(msg.get());
683 subMsg->incStrong(msg.get());
/frameworks/base/libs/hwui/
H A DLayer.cpp47 incStrong(nullptr);
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp75 mRootNode->incStrong(nullptr);

Completed in 927 milliseconds

123