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 73 class weakref_type class in class:android::RefBase
102 weakref_type* createWeak(const void* id) const;
104 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
193 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::sp
239 sp(T* p, weakref_type* refs);
253 typedef typename RefBase::weakref_type weakref_type;
276 void set_object_and_refs(T* other, weakref_type* refs)
    [all...]

Completed in 47 milliseconds