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

1 2

  /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/base/include/ui/egl/
android_natives.h 62 // Disambiguate between the incStrong in REF and NATIVE_TYPE
63 void incStrong(const void* id) const {
64 REF::incStrong(id);
90 self->incStrong(self);
  /frameworks/base/native/android/
native_window.cpp 30 win->incStrong((void*)ANativeWindow_acquire);
38 win->incStrong((void*)ANativeWindow_acquire);
44 window->incStrong((void*)ANativeWindow_acquire);
obb.cpp 34 obbFile->incStrong((void*)AObbScanner_getObbInfo);
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);
  /frameworks/base/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 67 void incStrong(const void* id) const;
167 inline void incStrong(const void* id) const {
  /frameworks/base/opengl/libagl/
BufferObjectManager.h 58 inline void incStrong(const void* id) const;
72 void EGLBufferObjectManager::incStrong(const void* id) const {
  /external/webkit/Source/WebCore/platform/graphics/android/
MediaLayer.cpp 46 m_mediaTexture->incStrong(this);
56 m_mediaTexture->incStrong(this);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 66 void incStrong(const void* id) const;
CodeCache.cpp 54 void Assembly::incStrong(const void*) const
  /frameworks/base/media/libstagefright/foundation/
AMessage.cpp 164 if (obj != NULL) { obj->incStrong(this); }
172 if (obj != NULL) { obj->incStrong(this); }
278 to->u.refValue->incStrong(msg.get());
288 to->u.refValue->incStrong(msg.get());
466 subMsg->incStrong(msg.get());
  /frameworks/base/media/libstagefright/omx/
SoftOMXPlugin.cpp 115 codec->incStrong(this);
  /frameworks/base/services/jni/
com_android_server_InputApplicationHandle.cpp 100 handle->incStrong(inputApplicationHandleObj);
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 117 this->incStrong(this);
  /system/core/include/system/
window.h 80 void incStrong(const void* id) const {
308 void incStrong(const void* id) const {
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 61 m_renderingThread->incStrong(inst);
  /frameworks/base/libs/binder/
Binder.cpp 222 mRemote->incStrong(this); // Removed on first IncStrong().
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 54 surfaceTexture->incStrong(thiz);
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 90 queue->incStrong(clazz);
android_view_Surface.cpp 111 client->incStrong(clazz);
151 surface->incStrong(clazz);
176 result->incStrong(clazz);
203 surface->incStrong(clazz);
android_view_TextureView.cpp 107 window->incStrong(0);
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 146 if (mGlobalState) mGlobalState->incStrong(this);

Completed in 397 milliseconds

1 2