OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weakref_type
(Results
1 - 15
of
15
) sorted by null
/system/core/libutils/include/utils/
RefBase.h
248
class
weakref_type
class in class:android::RefBase
280
weakref_type
* createWeak(const void* id) const;
282
weakref_type
* getWeakRefs() const;
329
friend class
weakref_type
;
340
static void renameRefId(
weakref_type
* ref,
355
typedef typename RefBase::
weakref_type
weakref_type
;
typedef in class:android::wp
378
void set_object_and_refs(T* other,
weakref_type
* refs);
390
inline
weakref_type
* get_refs() const { return m_refs; }
438
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
...]
/system/core/libutils/
RefBase.cpp
135
class RefBase::weakref_impl : public RefBase::
weakref_type
265
"Strong references on RefBase %p (
weakref_type
%p):\n",
270
"Weak references on RefBase %p (
weakref_type
%p):\n",
339
"(
weakref_type
%p) that doesn't exist!",
479
RefBase* RefBase::
weakref_type
::refBase() const
484
void RefBase::
weakref_type
::incWeak(const void* id)
494
void RefBase::
weakref_type
::decWeak(const void* id)
533
bool RefBase::
weakref_type
::attemptIncStrong(const void* id)
632
bool RefBase::
weakref_type
::attemptIncWeak(const void* id)
654
int32_t RefBase::
weakref_type
::getWeakCount() cons
[
all
...]
/frameworks/native/libs/binder/include/binder/
Binder.h
97
RefBase::
weakref_type
* mRefs;
ProcessState.h
89
RefBase::
weakref_type
* refs;
IPCThreadState.h
120
Vector<RefBase::
weakref_type
*> mPendingWeakDerefs;
/frameworks/native/opengl/libagl/
BufferObjectManager.h
60
typedef void
weakref_type
;
typedef in class:android::EGLBufferObjectManager
/system/libhwbinder/include/hwbinder/
Binder.h
98
RefBase::
weakref_type
* mRefs;
ProcessState.h
83
RefBase::
weakref_type
* refs;
IPCThreadState.h
123
Vector<RefBase::
weakref_type
*> mPendingWeakDerefs;
/system/core/libpixelflinger/codeflinger/
CodeCache.h
70
typedef void
weakref_type
;
typedef in class:android::Assembly
/frameworks/native/libs/binder/
IPCThreadState.cpp
476
RefBase::
weakref_type
* refs = mPendingWeakDerefs[i];
960
RefBase::
weakref_type
* refs;
972
refs = (RefBase::
weakref_type
*)mIn.readPointer();
988
refs = (RefBase::
weakref_type
*)mIn.readPointer();
1001
refs = (RefBase::
weakref_type
*)mIn.readPointer();
1010
refs = (RefBase::
weakref_type
*)mIn.readPointer();
1022
refs = (RefBase::
weakref_type
*)mIn.readPointer();
1078
if (reinterpret_cast<RefBase::
weakref_type
*>(
[
all
...]
Parcel.cpp
116
reinterpret_cast<RefBase::
weakref_type
*>(obj.binder)->incWeak(who);
164
reinterpret_cast<RefBase::
weakref_type
*>(obj.binder)->decWeak(who);
337
reinterpret_cast<RefBase::
weakref_type
*>(flat->binder));
[
all
...]
/system/libhwbinder/
IPCThreadState.cpp
470
RefBase::
weakref_type
* refs = mPendingWeakDerefs[i];
950
RefBase::
weakref_type
* refs;
961
refs = (RefBase::
weakref_type
*)mIn.readPointer();
977
refs = (RefBase::
weakref_type
*)mIn.readPointer();
990
refs = (RefBase::
weakref_type
*)mIn.readPointer();
999
refs = (RefBase::
weakref_type
*)mIn.readPointer();
1011
refs = (RefBase::
weakref_type
*)mIn.readPointer();
[
all
...]
Parcel.cpp
110
reinterpret_cast<RefBase::
weakref_type
*>(obj.binder)->incWeak(who);
156
reinterpret_cast<RefBase::
weakref_type
*>(obj.binder)->decWeak(who);
324
reinterpret_cast<RefBase::
weakref_type
*>(flat->binder));
[
all
...]
Completed in 945 milliseconds