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

1 2 3

  /system/core/libpixelflinger/tinyutils/
smartpointer.h 91 if (other) other->incStrong(this);
98 if (m_ptr) m_ptr->incStrong(this);
104 if (other) other->incStrong(this);
111 if (m_ptr) m_ptr->incStrong(this);
122 if (other.m_ptr) other.m_ptr->incStrong(this);
131 if (other) other->incStrong(this);
140 if (other.m_ptr) other.m_ptr->incStrong(this);
149 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 68 void incStrong(const void* id) const;
168 inline void incStrong(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/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);
storage_manager.cpp 167 mgr->incStrong((void*)AStorageManager_new);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 66 void incStrong(const void* id) const;
CodeCache.cpp 54 void Assembly::incStrong(const void*) const
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 123 codec->incStrong(this);
  /frameworks/base/services/jni/
com_android_server_input_InputApplicationHandle.cpp 100 handle->incStrong(inputApplicationHandleObj);
  /system/core/include/system/
window.h 81 void incStrong(const void* id) const {
336 void incStrong(const void* id) const {
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 167 if (obj != NULL) { obj->incStrong(this); }
183 if (obj != NULL) { obj->incStrong(this); }
299 to->u.refValue->incStrong(msg.get());
309 to->u.refValue->incStrong(msg.get());
491 subMsg->incStrong(msg.get());
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 61 m_renderingThread->incStrong(inst);
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 137 nativeMessageQueue->incStrong(env);
android_hardware_SensorManager.cpp 90 queue->incStrong(clazz);
android_view_DisplayEventReceiver.cpp 198 receiver->incStrong(gDisplayEventReceiverClassInfo.clazz); // retain a reference for the object
android_view_InputEventReceiver.cpp 252 receiver->incStrong(gInputEventReceiverClassInfo.clazz); // retain a reference for the object
  /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 55 surfaceTexture->incStrong(thiz);

Completed in 314 milliseconds

1 2 3