OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:weakref_type
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/libagl/
BufferObjectManager.h
60
typedef void
weakref_type
;
typedef in class:android::EGLBufferObjectManager
/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
...]
/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,
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
...]
/system/core/libpixelflinger/codeflinger/
CodeCache.h
69
typedef void
weakref_type
;
typedef in class:android::Assembly
Completed in 135 milliseconds