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

1 2 3 4

  /frameworks/base/core/jni/
com_android_internal_util_VirtualRefBasePtr.cpp 23 static void incStrong(JNIEnv* env, jobject clazz, jlong objPtr) {
25 obj->incStrong(0);
40 { "nIncStrong", "(J)V", (void*) incStrong },
android_view_SurfaceSession.cpp 45 client->incStrong((void*)nativeCreate);
52 client->incStrong((void*)nativeCreate);
android_view_Surface.cpp 115 surface->incStrong(&sRefBaseOwner);
261 surface->incStrong(&sRefBaseOwner);
367 lockedSurface->incStrong(&sRefBaseOwner);
406 surface->incStrong(&sRefBaseOwner);
422 surface->incStrong(&sRefBaseOwner);
457 sur->incStrong(&sRefBaseOwner);
android_view_DisplayEventReceiver.cpp 134 receiver->incStrong(gDisplayEventReceiverClassInfo.clazz); // retain a reference for the object
  /frameworks/base/libs/hwui/tests/microbench/
RenderNodeBench.cpp 27 node->incStrong(0);
  /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/libs/ui/include/ui/
ANativeObjectBase.h 42 // Disambiguate between the incStrong in REF and NATIVE_TYPE
43 void incStrong(const void* id) const {
44 REF::incStrong(id);
70 self->incStrong(self);
  /frameworks/base/libs/hwui/
Layer.cpp 36 incStrong(nullptr);
  /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);
  /system/core/libutils/include/utils/
StrongPointer.h 117 other->incStrong(this);
124 m_ptr->incStrong(this);
137 (static_cast<T*>(other))->incStrong(this);
144 m_ptr->incStrong(this);
164 if (otherPtr) otherPtr->incStrong(this);
184 if (other) other->incStrong(this);
195 if (otherPtr) otherPtr->incStrong(this);
215 if (other) (static_cast<T*>(other))->incStrong(this);
LightRefBase.h 36 inline void incStrong(__attribute__((unused)) const void* id) const {
  /frameworks/base/native/android/
native_window_jni.cpp 33 win->incStrong((void*)ANativeWindow_fromSurface);
obb.cpp 34 obbFile->incStrong((void*)AObbScanner_getObbInfo);
looper.cpp 45 ALooper_to_Looper(looper)->incStrong((void*)ALooper_acquire);
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 77 void incStrong(const void* /*id*/) const {
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 68 win->incStrong(this);
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensorDevice.cpp 56 this->incStrong(this);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 68 void incStrong(const void* id) const;
CodeCache.cpp 116 void Assembly::incStrong(const void*) const
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 145 codec->incStrong(this);
  /frameworks/base/services/core/jni/
com_android_server_input_InputApplicationHandle.cpp 100 handle->incStrong((void*)android_server_InputApplicationHandle_getHandle);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 88 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture);
102 producer->incStrong((void*)SurfaceTexture_setProducer);
117 listener->incStrong((void*)SurfaceTexture_setSurfaceTexture);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 159 incStrong(this);
  /frameworks/base/media/jni/
android_media_MediaHTTPConnection.cpp 90 conn->incStrong(thiz);

Completed in 772 milliseconds

1 2 3 4