Home
last modified time | relevance | path

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

/frameworks/base/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()
Dtexture.cpp56 c->textures.defaultTexture->incStrong(c); in ogles_init_texture()
340 u.texture->incStrong(c); in getAndBindActiveTextureObject()
360 u.texture->incStrong(c); in bindTextureTmu()
/frameworks/base/include/utils/
DRefBase.h62 void incStrong(const void* id) const;
151 inline void incStrong(const void* id) const { in incStrong() function
305 if (other) other->incStrong(this); in sp()
312 if (m_ptr) m_ptr->incStrong(this); in sp()
318 if (other) other->incStrong(this); in sp()
325 if (m_ptr) m_ptr->incStrong(this); in sp()
336 if (other.m_ptr) other.m_ptr->incStrong(this);
345 if (other) other->incStrong(this);
354 if (other.m_ptr) other.m_ptr->incStrong(this);
363 if (other) other->incStrong(this);
/frameworks/base/include/ui/egl/
Dandroid_natives.h250 self->incStrong(self); in incRef()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp99 client->incStrong(clazz); in SurfaceSession_init()
139 surface->incStrong(clazz); in setSurfaceControl()
164 result->incStrong(clazz); in getSurface()
176 surface->incStrong(clazz); in setSurface()
Dandroid_util_Binder.cpp333 incStrong(this); in JavaDeathRecipient()
432 val->incStrong(object); in javaObjectForIBinder()
585 jbh->incStrong(clazz); in android_os_Binder_init()
Dandroid_hardware_Camera.cpp317 context->incStrong(thiz); in android_hardware_Camera_native_setup()
/frameworks/base/libs/binder/
DBinder.cpp221 mRemote->incStrong(this); // Removed on first IncStrong(). in BpRefBase()
DParcel.cpp66 static_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_object()
77 b->incStrong(who); in acquire_object()
DIPCThreadState.cpp853 obj->incStrong(mProcess.get()); in executeCommand()
/frameworks/base/libs/utils/
DBufferedTextOutput.cpp146 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
DRefBase.cpp281 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp141 recorder->incStrong(thiz); in setMediaRecorder()
Dandroid_media_MediaPlayer.cpp121 player->incStrong(thiz); in setMediaPlayer()