HomeSort by relevance Sort by last modified time
    Searched refs:incStrong (Results 1 - 25 of 60) sorted by null

1 2 3

  /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);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaLayer.cpp 34 m_mediaTexture->incStrong(this);
44 m_mediaTexture->incStrong(this);
  /frameworks/native/include/utils/
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 72 void incStrong(const void* id) const;
178 inline void incStrong(__attribute__((unused)) const void* id) const {
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(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 124 surface->incStrong(&sRefBaseOwner);
152 surface->incStrong(&sRefBaseOwner);
312 surface->incStrong(&sRefBaseOwner);
342 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/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 125 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 {
347 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/camera3/
Camera3IOStreamBase.cpp 186 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);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 56 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture);
71 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture);

Completed in 598 milliseconds

1 2 3