/frameworks/base/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 | 67 void incStrong(const void* id) const; 167 inline void incStrong(const void* id) const { in incStrong() function
|
/frameworks/base/include/ui/egl/ |
D | android_natives.h | 63 void incStrong(const void* id) const { in incStrong() function 64 REF::incStrong(id); in incStrong() 90 self->incStrong(self); in incRef()
|
/frameworks/base/native/android/ |
D | native_window.cpp | 30 win->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_fromSurface() 38 win->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_fromSurfaceTexture() 44 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 | 167 mgr->incStrong((void*)AStorageManager_new); in AStorageManager_new()
|
/frameworks/base/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 | 78 c->surfaceManager->incStrong(c); in ogles_init() 82 c->bufferObjectManager->incStrong(c); in ogles_init()
|
/frameworks/base/media/libstagefright/foundation/ |
D | AMessage.cpp | 164 if (obj != NULL) { obj->incStrong(this); } in setObject() 172 if (obj != NULL) { obj->incStrong(this); } in setMessage() 278 to->u.refValue->incStrong(msg.get()); in dup() 288 to->u.refValue->incStrong(msg.get()); in dup() 466 subMsg->incStrong(msg.get()); in FromParcel()
|
/frameworks/base/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 115 codec->incStrong(this); in makeComponentInstance()
|
/frameworks/base/services/jni/ |
D | com_android_server_InputApplicationHandle.cpp | 100 handle->incStrong(inputApplicationHandleObj); in android_server_InputApplicationHandle_getHandle()
|
D | com_android_server_InputWindowHandle.cpp | 183 handle->incStrong(inputWindowHandleObj); in android_server_InputWindowHandle_getHandle()
|
/frameworks/base/libs/binder/ |
D | Binder.cpp | 222 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 111 client->incStrong(clazz); in SurfaceSession_init() 151 surface->incStrong(clazz); in setSurfaceControl() 176 result->incStrong(clazz); in getSurface() 203 surface->incStrong(clazz); in setSurface()
|
D | android_hardware_SensorManager.cpp | 90 queue->incStrong(clazz); in sensors_create_queue()
|
D | android_view_TextureView.cpp | 107 window->incStrong(0); in android_view_TextureView_createNativeWindow()
|
D | android_util_Binder.cpp | 595 val->incStrong(object); in javaObjectForIBinder() 606 drl->incStrong((void*)javaObjectForIBinder); in javaObjectForIBinder() 765 jbh->incStrong((void*)android_os_Binder_init); in android_os_Binder_init()
|
/frameworks/base/libs/utils/ |
D | BufferedTextOutput.cpp | 146 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
|
D | RefBase.cpp | 328 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 54 surfaceTexture->incStrong(thiz); in SurfaceTexture_setSurfaceTexture()
|
/frameworks/base/media/jni/ |
D | android_media_MediaPlayer.cpp | 135 player->incStrong(thiz); in setMediaPlayer() 279 new_st->incStrong(thiz); in setVideoSurface()
|
D | android_media_MediaRecorder.cpp | 142 recorder->incStrong(thiz); in setMediaRecorder()
|
/frameworks/base/services/camera/libcameraservice/ |
D | CameraHardwareInterface.h | 547 mem->incStrong(mem); in __get_memory()
|