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.h238 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
240 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
DProcessState.h162 RefBase::weakref_type* refs;
DBinder.h159 RefBase::weakref_type* mRefs;
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h238 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
240 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
DProcessState.h162 RefBase::weakref_type* refs;
DBinder.h159 RefBase::weakref_type* mRefs;
/frameworks/native/libs/binder/
DIPCThreadState.cpp755 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs()
776 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs()
1344 RefBase::weakref_type* refs; in executeCommand()
1356 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1372 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1385 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1394 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1407 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1487 if (reinterpret_cast<RefBase::weakref_type*>( in executeCommand()