Searched refs:AddRef (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_ref_counted.h70 * objects must provide an implementation of AddRef/Release/Adopt which is
94 * include this macro. It defines pure virtual AddRef/Release/Adopt members
104 * throughout the system), and marks the virtual AddRef/Release/Adopt methods as
131 virtual void AddRef() = 0; \
145 void AddRef() final { ref_count_impl_.AddRef(); } \
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dref_counted.h39 using internal::RefCountedBase<EnableAdoptionValidator>::AddRef;
H A Dref_counted_internal.h17 // - AddRef/Release without adopting first
38 void AddRef() const { function in class:fbl::internal::RefCountedBase
43 // 1) someone calls AddRef() before the object has been properly
46 // 2) someone calls AddRef() on a ref-counted object that has
48 // could happen by manually calling AddRef(), or re-wrapping such a
50 // AddRef()).
149 // perform 0x4000000 (about 1 billion) unchecked AddRef or Release
151 // At this point, even a checked AddRef or Release operation would fail to
H A Dref_ptr.h45 // the same contract for AddRef() and Release().
51 // T::AddRef or T::Release allocate memory).
72 ptr_->AddRef();
98 r.ptr_->AddRef();
275 // Constructs a RefPtr from a T* without attempt to either AddRef or Adopt the
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dref_counted.h26 using ::fbl::internal::RefCountedBase<EnableAdoptionValidator>::AddRef;
/fuchsia/zircon/kernel/object/
H A Dtimer_dispatcher.cpp109 AddRef();
H A Dthread_dispatcher.cpp190 AddRef();
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-event-source.cpp100 this->AddRef();
/fuchsia/zircon/system/utest/fbl/
H A Dref_ptr_tests.cpp19 void AddRef();
47 void RefCallCounter::AddRef() { function in class:__anon1349::RefCallCounter
186 void AddRef() { function in class:__anon1349::upcasting::Stats
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy.cpp195 AddRef();
/fuchsia/zircon/kernel/object/include/object/
H A Ddispatcher.h88 using fbl::RefCounted<Dispatcher>::AddRef;
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller-init.cpp632 this->AddRef();
/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/
H A Dsimple-audio-stream.cpp76 AddRef();
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp132 this->AddRef();

Completed in 114 milliseconds