Searched refs:refBase (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 1063 ALOG_ASSERT(refs->refBase() == obj, in executeCommand() 1065 refs, obj, refs->refBase()); in executeCommand() 1079 ALOG_ASSERT(refs->refBase() == obj, in executeCommand() 1081 refs, obj, refs->refBase()); in executeCommand() 1116 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand() 1118 refs, obj, refs->refBase()); in executeCommand()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 1142 ALOG_ASSERT(refs->refBase() == obj, in executeCommand() 1144 refs, obj, refs->refBase()); in executeCommand() 1158 ALOG_ASSERT(refs->refBase() == obj, in executeCommand() 1160 refs, obj, refs->refBase()); in executeCommand() 1195 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand() 1197 refs, obj, refs->refBase()); in executeCommand()
|
/aosp12/system/core/libutils/ |
H A D | RefBase.cpp | 524 RefBase* RefBase::weakref_type::refBase() const in refBase() function in android::RefBase::weakref_type
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RefBase.h | 296 RefBase* refBase() const;
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 80 RefBase* refBase() const;
|