/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()
|
D | texture.cpp | 53 c->textures.defaultTexture->incStrong(c); in ogles_init_texture() 337 u.texture->incStrong(c); in getAndBindActiveTextureObject() 357 u.texture->incStrong(c); in bindTextureTmu()
|
/frameworks/base/include/ui/egl/ |
D | android_natives.h | 123 void incStrong(const void* id) const { in incStrong() function 383 void incStrong(const void* id) const { in incStrong() function 384 REF::incStrong(id); in incStrong() 410 self->incStrong(self); in incRef()
|
/frameworks/base/include/utils/ |
D | RefBase.h | 65 void incStrong(const void* id) const; 167 inline void incStrong(const void* id) const { in incStrong() function 352 if (other) other->incStrong(this); in sp() 359 if (m_ptr) m_ptr->incStrong(this); in sp() 365 if (other) other->incStrong(this); in sp() 372 if (m_ptr) m_ptr->incStrong(this); in sp() 384 if (otherPtr) otherPtr->incStrong(this); 393 if (other) other->incStrong(this); 403 if (otherPtr) otherPtr->incStrong(this); 412 if (other) other->incStrong(this);
|
/frameworks/base/native/android/ |
D | native_window.cpp | 29 win->incStrong((void*)ANativeWindow_acquire); in ANativeWindow_fromSurface() 35 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/include/ui/ |
D | android_native_buffer.h | 39 void incStrong(const void* id) const { in incStrong() function
|
/frameworks/base/media/libstagefright/foundation/ |
D | AMessage.cpp | 160 if (obj != NULL) { obj->incStrong(this); } in setObject() 168 if (obj != NULL) { obj->incStrong(this); } in setMessage() 228 to->u.refValue->incStrong(msg.get()); in dup()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 110 client->incStrong(clazz); in SurfaceSession_init() 150 surface->incStrong(clazz); in setSurfaceControl() 175 result->incStrong(clazz); in getSurface() 192 surface->incStrong(clazz); in setSurface()
|
D | android_hardware_SensorManager.cpp | 90 queue->incStrong(clazz); in sensors_create_queue()
|
D | android_util_Binder.cpp | 370 incStrong(this); in JavaDeathRecipient() 469 val->incStrong(object); in javaObjectForIBinder() 641 jbh->incStrong(clazz); in android_os_Binder_init()
|
D | android_hardware_Camera.cpp | 339 context->incStrong(thiz); in android_hardware_Camera_native_setup()
|
/frameworks/base/libs/binder/ |
D | Binder.cpp | 222 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase()
|
D | Parcel.cpp | 74 static_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_object() 85 b->incStrong(who); in acquire_object()
|
D | IPCThreadState.cpp | 895 obj->incStrong(mProcess.get()); in executeCommand()
|
/frameworks/base/libs/utils/ |
D | BufferedTextOutput.cpp | 146 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
|
D | RefBase.cpp | 287 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
|
D | Looper.cpp | 124 looper->incStrong((void*)threadDestructor); in setForThread()
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 141 recorder->incStrong(thiz); in setMediaRecorder()
|
D | android_media_MediaPlayer.cpp | 123 player->incStrong(thiz); in setMediaPlayer()
|