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

  /system/core/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,
219 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
242 void set_object_and_refs(T* other, weakref_type* refs);
254 inline weakref_type* get_refs() const { return m_refs; }
302 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...]
  /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...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/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...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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...]
  /system/core/libutils/
RefBase.cpp 64 class RefBase::weakref_impl : public RefBase::weakref_type
193 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
196 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
263 "(weakref_type %p) that doesn't exist!",
386 RefBase* RefBase::weakref_type::refBase() const
391 void RefBase::weakref_type::incWeak(const void* id)
400 void RefBase::weakref_type::decWeak(const void* id)
432 bool RefBase::weakref_type::attemptIncStrong(const void* id)
536 bool RefBase::weakref_type::attemptIncWeak(const void* id)
557 int32_t RefBase::weakref_type::getWeakCount() cons
    [all...]
  /frameworks/native/include/binder/
ProcessState.h 77 RefBase::weakref_type* refs;
Binder.h 97 RefBase::weakref_type* mRefs;
IPCThreadState.h 116 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
  /frameworks/native/libs/binder/
IPCThreadState.cpp 457 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
947 RefBase::weakref_type* refs;
959 refs = (RefBase::weakref_type*)mIn.readPointer();
975 refs = (RefBase::weakref_type*)mIn.readPointer();
988 refs = (RefBase::weakref_type*)mIn.readPointer();
997 refs = (RefBase::weakref_type*)mIn.readPointer();
1009 refs = (RefBase::weakref_type*)mIn.readPointer();
    [all...]
Parcel.cpp 94 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
131 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
282 reinterpret_cast<RefBase::weakref_type*>(flat->binder));
    [all...]
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 69 typedef void weakref_type; typedef in class:android::Assembly
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 432 milliseconds