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

  /frameworks/native/include/utils/
RefBase.h 80 class weakref_type class in class:android::RefBase
112 weakref_type* createWeak(const void* id) const;
114 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
162 static void renameRefId(weakref_type* ref,
212 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
235 void set_object_and_refs(T* other, weakref_type* refs);
247 inline weakref_type* get_refs() const { return m_refs; }
295 weakref_type* m_refs
    [all...]
  /frameworks/rs/server/
RefBase.h 75 class weakref_type class in class:android::RefBase
107 weakref_type* createWeak(const void* id) const;
109 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
200 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
223 void set_object_and_refs(T* other, weakref_type* refs);
235 inline weakref_type* get_refs() const { return m_refs; }
283 weakref_type* m_refs;
352 weakref_type* newRefs
    [all...]
  /frameworks/native/libs/utils/
RefBase.cpp 61 class RefBase::weakref_impl : public RefBase::weakref_type
190 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
193 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
260 "(weakref_type %p) that doesn't exist!",
383 RefBase* RefBase::weakref_type::refBase() const
388 void RefBase::weakref_type::incWeak(const void* id)
397 void RefBase::weakref_type::decWeak(const void* id)
429 bool RefBase::weakref_type::attemptIncStrong(const void* id)
533 bool RefBase::weakref_type::attemptIncWeak(const void* id)
554 int32_t RefBase::weakref_type::getWeakCount() cons
    [all...]
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
  /frameworks/native/include/binder/
Binder.h 95 RefBase::weakref_type* mRefs;
IPCThreadState.h 112 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
ProcessState.h 88 RefBase::weakref_type* refs;
  /frameworks/native/libs/binder/
IPCThreadState.cpp 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
903 RefBase::weakref_type* refs;
915 refs = (RefBase::weakref_type*)mIn.readInt32();
931 refs = (RefBase::weakref_type*)mIn.readInt32();
944 refs = (RefBase::weakref_type*)mIn.readInt32();
953 refs = (RefBase::weakref_type*)mIn.readInt32();
965 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...]
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 69 typedef void weakref_type; typedef in class:android::Assembly

Completed in 284 milliseconds