/frameworks/rs/server/ |
D | StrongPointer.h | 123 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);
|
D | RefBase.h | 67 void incStrong(const void* id) const; 167 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
|
/frameworks/native/include/utils/ |
D | StrongPointer.h | 123 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);
|
D | RefBase.h | 72 void incStrong(const void* id) const; 178 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
|
/frameworks/native/include/ui/ |
D | ANativeObjectBase.h | 62 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/ |
D | BufferObjectManager.h | 58 inline void incStrong(const void* id) const; 72 void EGLBufferObjectManager::incStrong(const void* id) const { in incStrong() function
|
D | state.cpp | 79 c->surfaceManager->incStrong(c); in ogles_init() 83 c->bufferObjectManager->incStrong(c); in ogles_init()
|
/frameworks/base/native/android/ |
D | native_window.cpp | 30 win->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_fromSurface() 36 window->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_acquire()
|
D | obb.cpp | 34 obbFile->incStrong((void*)AObbScanner_getObbInfo); in AObbScanner_getObbInfo()
|
D | looper.cpp | 37 static_cast<Looper*>(looper)->incStrong((void*)ALooper_acquire); in ALooper_acquire()
|
D | sensor.cpp | 70 queue->incStrong(manager); in ASensorManager_createEventQueue()
|
D | storage_manager.cpp | 176 mgr->incStrong((void*)AStorageManager_new); in AStorageManager_new()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 168 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/ |
D | android_view_Surface.cpp | 124 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()
|
D | android_view_SurfaceSession.cpp | 44 client->incStrong((void*)nativeCreate); in nativeCreate()
|
D | android_os_MessageQueue.cpp | 124 nativeMessageQueue->incStrong(env); in android_os_MessageQueue_nativeInit()
|
D | android_view_TextureView.cpp | 112 window->incStrong((void*)android_view_TextureView_createNativeWindow); in android_view_TextureView_createNativeWindow()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 56 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setSurfaceTexture() 71 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture); in SurfaceTexture_setFrameAvailableListener()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 125 codec->incStrong(this); in makeComponentInstance()
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputApplicationHandle.cpp | 100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle); in android_server_InputApplicationHandle_getHandle()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 229 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase()
|
/frameworks/base/media/jni/ |
D | android_media_MediaMuxer.cpp | 145 muxer->incStrong(clazz); in android_media_MediaMuxer_native_setup()
|
D | android_media_MediaCrypto.cpp | 151 crypto->incStrong(thiz); in setCrypto()
|
/frameworks/av/services/camera/libcameraservice/camera3/ |
D | Camera3IOStreamBase.cpp | 186 incStrong(this); in handoutBufferLocked()
|
/frameworks/native/libs/utils/ |
D | BufferedTextOutput.cpp | 146 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
|