Home
last modified time | relevance | path

Searched refs:weakref_type (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/util/
DRefBase.h77 class weakref_type
109 weakref_type* createWeak(const void* id) const;
111 weakref_type* getWeakRefs() const;
153 friend class weakref_type;
202 typedef typename RefBase::weakref_type weakref_type; typedef
225 void set_object_and_refs(T* other, weakref_type* refs);
237 inline weakref_type* get_refs() const { return m_refs; } in get_refs()
285 weakref_type* m_refs;
354 weakref_type* newRefs =
365 weakref_type* otherRefs(other.m_refs);
[all …]
/frameworks/native/include/binder/
DIPCThreadState.h232 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
234 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
DProcessState.h156 RefBase::weakref_type* refs;
DBinder.h159 RefBase::weakref_type* mRefs;
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h232 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
234 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
DProcessState.h156 RefBase::weakref_type* refs;
DBinder.h159 RefBase::weakref_type* mRefs;
/frameworks/native/libs/binder/
DIPCThreadState.cpp695 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs()
716 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs()
1261 RefBase::weakref_type* refs; in executeCommand()
1273 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1289 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1302 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1311 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1324 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1404 if (reinterpret_cast<RefBase::weakref_type*>( in executeCommand()