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

  /frameworks/base/opengl/libagl/
BufferObjectManager.h 60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 68 typedef void weakref_type; typedef in class:android::Assembly
  /frameworks/base/include/utils/
RefBase.h 70 class weakref_type class in class:android::RefBase
99 weakref_type* createWeak(const void* id) const;
101 weakref_type* getWeakRefs() const;
135 friend class weakref_type;
177 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::sp
223 sp(T* p, weakref_type* refs);
237 typedef typename RefBase::weakref_type weakref_type;
260 void set_object_and_refs(T* other, weakref_type* refs)
    [all...]

Completed in 6133 milliseconds