HomeSort by relevance Sort by last modified time
    Searched refs:weakref_type (Results 1 - 9 of 9) sorted by null

  /frameworks/native/include/utils/
RefBase.h 76 class weakref_type class in class:android::RefBase
108 weakref_type* createWeak(const void* id) const;
110 weakref_type* getWeakRefs() const;
152 friend class weakref_type;
201 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
224 void set_object_and_refs(T* other, weakref_type* refs);
236 inline weakref_type* get_refs() const { return m_refs; }
284 weakref_type* m_refs;
353 weakref_type* newRefs
    [all...]
  /frameworks/native/libs/utils/
RefBase.cpp 52 class RefBase::weakref_impl : public RefBase::weakref_type
191 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
194 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
262 "(weakref_type %p) that doesn't exist!",
267 "(weakref_type %p) that doesn't exist!",
392 RefBase* RefBase::weakref_type::refBase() const
397 void RefBase::weakref_type::incWeak(const void* id)
406 void RefBase::weakref_type::decWeak(const void* id)
438 bool RefBase::weakref_type::attemptIncStrong(const void* id)
501 bool RefBase::weakref_type::attemptIncWeak(const void* id
    [all...]
  /frameworks/native/include/binder/
Binder.h 95 RefBase::weakref_type* mRefs;
ProcessState.h 86 RefBase::weakref_type* refs;
IPCThreadState.h 112 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 67 typedef void weakref_type; typedef in class:android::Assembly
  /frameworks/native/libs/binder/
IPCThreadState.cpp 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
899 RefBase::weakref_type* refs;
911 refs = (RefBase::weakref_type*)mIn.readInt32();
927 refs = (RefBase::weakref_type*)mIn.readInt32();
940 refs = (RefBase::weakref_type*)mIn.readInt32();
949 refs = (RefBase::weakref_type*)mIn.readInt32();
961 refs = (RefBase::weakref_type*)mIn.readInt32();
    [all...]
Parcel.cpp 84 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
121 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
269 static_cast<RefBase::weakref_type*>(flat->binder));
    [all...]

Completed in 2210 milliseconds