Home
last modified time | relevance | path

Searched refs:incStrong (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/rs/server/
DStrongPointer.h123 if (other) other->incStrong(this); in sp()
130 if (m_ptr) m_ptr->incStrong(this); in sp()
136 if (other) ((T*)other)->incStrong(this); in sp()
143 if (m_ptr) m_ptr->incStrong(this); in sp()
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);
DRefBase.h67 void incStrong(const void* id) const;
167 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
/frameworks/native/include/utils/
DStrongPointer.h123 if (other) other->incStrong(this); in sp()
130 if (m_ptr) m_ptr->incStrong(this); in sp()
136 if (other) ((T*)other)->incStrong(this); in sp()
143 if (m_ptr) m_ptr->incStrong(this); in sp()
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);
DRefBase.h72 void incStrong(const void* id) const;
178 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
/frameworks/native/include/ui/
DANativeObjectBase.h62 void incStrong(const void* id) const { in incStrong() function
63 REF::incStrong(id); in incStrong()
89 self->incStrong(self); in incRef()
/frameworks/native/opengl/libagl/
DBufferObjectManager.h58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(const void* id) const { in incStrong() function
Dstate.cpp79 c->surfaceManager->incStrong(c); in ogles_init()
83 c->bufferObjectManager->incStrong(c); in ogles_init()
/frameworks/base/native/android/
Dnative_window.cpp30 win->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_fromSurface()
36 window->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_acquire()
Dobb.cpp34 obbFile->incStrong((void*)AObbScanner_getObbInfo); in AObbScanner_getObbInfo()
Dlooper.cpp37 static_cast<Looper*>(looper)->incStrong((void*)ALooper_acquire); in ALooper_acquire()
Dsensor.cpp70 queue->incStrong(manager); in ASensorManager_createEventQueue()
Dstorage_manager.cpp176 mgr->incStrong((void*)AStorageManager_new); in AStorageManager_new()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp168 if (obj != NULL) { obj->incStrong(this); } in setObjectInternal()
184 if (obj != NULL) { obj->incStrong(this); } in setMessage()
300 to->u.refValue->incStrong(msg.get()); in dup()
310 to->u.refValue->incStrong(msg.get()); in dup()
503 subMsg->incStrong(msg.get()); in FromParcel()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp124 surface->incStrong(&sRefBaseOwner); in android_view_Surface_createFromIGraphicBufferProducer()
152 surface->incStrong(&sRefBaseOwner); in nativeCreateFromSurfaceTexture()
312 surface->incStrong(&sRefBaseOwner); in nativeCreateFromSurfaceControl()
342 sur->incStrong(&sRefBaseOwner); in nativeReadFromParcel()
Dandroid_view_SurfaceSession.cpp44 client->incStrong((void*)nativeCreate); in nativeCreate()
Dandroid_os_MessageQueue.cpp124 nativeMessageQueue->incStrong(env); in android_os_MessageQueue_nativeInit()
Dandroid_view_TextureView.cpp112 window->incStrong((void*)android_view_TextureView_createNativeWindow); in android_view_TextureView_createNativeWindow()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp56 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setSurfaceTexture()
71 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setFrameAvailableListener()
/frameworks/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp125 codec->incStrong(this); in makeComponentInstance()
/frameworks/base/services/jni/
Dcom_android_server_input_InputApplicationHandle.cpp100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle); in android_server_InputApplicationHandle_getHandle()
/frameworks/native/libs/binder/
DBinder.cpp229 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase()
/frameworks/base/media/jni/
Dandroid_media_MediaMuxer.cpp145 muxer->incStrong(clazz); in android_media_MediaMuxer_native_setup()
Dandroid_media_MediaCrypto.cpp151 crypto->incStrong(thiz); in setCrypto()
/frameworks/av/services/camera/libcameraservice/camera3/
DCamera3IOStreamBase.cpp186 incStrong(this); in handoutBufferLocked()
/frameworks/native/libs/utils/
DBufferedTextOutput.cpp146 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()

123