OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incStrong
(Results
1 - 25
of
63
) sorted by null
1
2
3
/system/core/include/utils/
StrongPointer.h
116
other->
incStrong
(this);
123
m_ptr->
incStrong
(this);
130
((T*) other)->
incStrong
(this);
137
m_ptr->
incStrong
(this);
150
otherPtr->
incStrong
(this);
160
other->
incStrong
(this);
171
otherPtr->
incStrong
(this);
181
((T*) other)->
incStrong
(this);
/system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h
100
if (other) other->
incStrong
(this);
107
if (m_ptr) m_ptr->
incStrong
(this);
113
if (other) other->
incStrong
(this);
120
if (m_ptr) m_ptr->
incStrong
(this);
131
if (other.m_ptr) other.m_ptr->
incStrong
(this);
140
if (other) other->
incStrong
(this);
149
if (other.m_ptr) other.m_ptr->
incStrong
(this);
158
if (other) other->
incStrong
(this);
/frameworks/native/include/ui/
ANativeObjectBase.h
61
// Disambiguate between the
incStrong
in REF and NATIVE_TYPE
62
void
incStrong
(const void* id) const {
63
REF::
incStrong
(id);
89
self->
incStrong
(self);
/frameworks/native/opengl/libagl/
BufferObjectManager.h
58
inline void
incStrong
(const void* id) const;
72
void EGLBufferObjectManager::
incStrong
(const void* id) const {
/frameworks/rs/cpp/util/
StrongPointer.h
124
if (other) other->
incStrong
(this);
131
if (m_ptr) m_ptr->
incStrong
(this);
137
if (other) ((T*)other)->
incStrong
(this);
144
if (m_ptr) m_ptr->
incStrong
(this);
156
if (otherPtr) otherPtr->
incStrong
(this);
165
if (other) other->
incStrong
(this);
175
if (otherPtr) otherPtr->
incStrong
(this);
184
if (other) ((T*)other)->
incStrong
(this);
RefBase.h
68
void
incStrong
(const void* id) const;
168
inline void
incStrong
(__attribute__((unused)) const void* id) const {
/frameworks/rs/server/
StrongPointer.h
123
if (other) other->
incStrong
(this);
130
if (m_ptr) m_ptr->
incStrong
(this);
136
if (other) ((T*)other)->
incStrong
(this);
143
if (m_ptr) m_ptr->
incStrong
(this);
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);
RefBase.h
67
void
incStrong
(const void* id) const;
167
inline void
incStrong
(__attribute__((unused)) const void* id) const {
/frameworks/base/native/android/
obb.cpp
34
obbFile->
incStrong
((void*)AObbScanner_getObbInfo);
native_window.cpp
30
win->
incStrong
((void*)ANativeWindow_acquire);
36
window->
incStrong
((void*)ANativeWindow_acquire);
looper.cpp
37
static_cast<Looper*>(looper)->
incStrong
((void*)ALooper_acquire);
sensor.cpp
70
queue->
incStrong
(manager);
/frameworks/base/core/jni/
android_view_SurfaceSession.cpp
44
client->
incStrong
((void*)nativeCreate);
android_view_Surface.cpp
126
surface->
incStrong
(&sRefBaseOwner);
153
surface->
incStrong
(&sRefBaseOwner);
266
lockedSurface->
incStrong
(&sRefBaseOwner);
301
surface->
incStrong
(&sRefBaseOwner);
331
sur->
incStrong
(&sRefBaseOwner);
android_os_MessageQueue.cpp
124
nativeMessageQueue->
incStrong
(env);
/system/core/libpixelflinger/codeflinger/
CodeCache.h
67
void
incStrong
(const void* id) const;
CodeCache.cpp
118
void Assembly::
incStrong
(const void*) const
/frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp
60
surfaceTexture->
incStrong
((void*)SurfaceTexture_setSurfaceTexture);
74
bq->
incStrong
((void*)SurfaceTexture_setBufferQueue);
89
listener->
incStrong
((void*)SurfaceTexture_setSurfaceTexture);
/frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp
126
codec->
incStrong
(this);
/frameworks/base/services/jni/
com_android_server_input_InputApplicationHandle.cpp
100
handle->
incStrong
((void*)android_server_InputApplicationHandle_getHandle);
/system/core/include/system/
window.h
93
void
incStrong
(const void* id) const {
356
void
incStrong
(const void* id) const {
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
168
if (obj != NULL) { obj->
incStrong
(this); }
184
if (obj != NULL) { obj->
incStrong
(this); }
300
to->u.refValue->
incStrong
(msg.get());
310
to->u.refValue->
incStrong
(msg.get());
503
subMsg->
incStrong
(msg.get());
/frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp
140
incStrong
(this);
/frameworks/native/libs/binder/
Binder.cpp
229
mRemote->
incStrong
(this); // Removed on first
IncStrong
().
/hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h
138
this->
incStrong
(this);
Completed in 374 milliseconds
1
2
3