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

  /system/core/libutils/include/utils/
RefBase.h 248 class weakref_type class in class:android::RefBase
280 weakref_type* createWeak(const void* id) const;
282 weakref_type* getWeakRefs() const;
329 friend class weakref_type;
340 static void renameRefId(weakref_type* ref,
355 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
378 void set_object_and_refs(T* other, weakref_type* refs);
390 inline weakref_type* get_refs() const { return m_refs; }
438 weakref_type* m_refs
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 76 class weakref_type class in class:android::RSC::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::RSC::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...]
  /system/core/libutils/
RefBase.cpp 135 class RefBase::weakref_impl : public RefBase::weakref_type
265 "Strong references on RefBase %p (weakref_type %p):\n",
270 "Weak references on RefBase %p (weakref_type %p):\n",
339 "(weakref_type %p) that doesn't exist!",
483 RefBase* RefBase::weakref_type::refBase() const
488 void RefBase::weakref_type::incWeak(const void* id)
498 void RefBase::weakref_type::decWeak(const void* id)
537 bool RefBase::weakref_type::attemptIncStrong(const void* id)
636 bool RefBase::weakref_type::attemptIncWeak(const void* id)
658 int32_t RefBase::weakref_type::getWeakCount() cons
    [all...]
  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 121 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
123 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
Binder.h 97 RefBase::weakref_type* mRefs;
ProcessState.h 89 RefBase::weakref_type* refs;
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 128 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
130 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
Binder.h 98 RefBase::weakref_type* mRefs;
ProcessState.h 86 RefBase::weakref_type* refs;
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 70 typedef void weakref_type; typedef in class:android::Assembly
  /frameworks/native/libs/binder/
IPCThreadState.cpp 495 RefBase::weakref_type* refs = mPendingWeakDerefs[0];
516 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i];
1001 RefBase::weakref_type* refs;
1013 refs = (RefBase::weakref_type*)mIn.readPointer();
1029 refs = (RefBase::weakref_type*)mIn.readPointer();
1042 refs = (RefBase::weakref_type*)mIn.readPointer();
1051 refs = (RefBase::weakref_type*)mIn.readPointer();
1063 refs = (RefBase::weakref_type*)mIn.readPointer();
    [all...]
Parcel.cpp 116 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
164 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
337 reinterpret_cast<RefBase::weakref_type*>(flat->binder));
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 492 RefBase::weakref_type* refs = mPendingWeakDerefs[0];
519 RefBase::weakref_type* refs = mPostWriteWeakDerefs[0];
1022 RefBase::weakref_type* refs;
1033 refs = (RefBase::weakref_type*)mIn.readPointer();
1049 refs = (RefBase::weakref_type*)mIn.readPointer();
1062 refs = (RefBase::weakref_type*)mIn.readPointer()
    [all...]
Parcel.cpp 110 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
156 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
324 reinterpret_cast<RefBase::weakref_type*>(flat->binder));
    [all...]

Completed in 560 milliseconds