HomeSort by relevance Sort by last modified time
    Searched refs:AddRef (Results 26 - 50 of 657) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/host/windows/usb/api/
adb_object_handle.cpp 48 LONG AdbObjectHandle::AddRef() {
82 // Save handle, addref and return
84 AddRef();
102 // Addref just in case that last reference to this object is being
104 AddRef();
158 ret->AddRef();
  /external/chromium_org/base/memory/
ref_counted.cc 30 void RefCountedThreadSafeBase::AddRef() const {
  /external/chromium_org/base/win/
enum_variant.cc 28 ULONG STDMETHODCALLTYPE EnumVariant::AddRef() {
29 return IUnknownImpl::AddRef();
39 AddRef();
77 other->AddRef();
enum_variant.h 29 ULONG STDMETHODCALLTYPE AddRef() OVERRIDE;
  /external/chromium_org/mojo/services/test_service/
test_service_application.cc 25 void TestServiceApplication::AddRef() {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_messaging_interface.cc 23 manager_->AddRef(message);
fake_resource_manager.cc 39 result.first->second->AddRef();
43 void FakeResourceManager::AddRef(PP_Resource handle) {
56 resource_tracker->AddRef();
  /external/chromium_org/media/video/capture/win/
pin_base_win.cc 27 AddRef();
34 STDMETHOD_(ULONG, AddRef)() {
35 base::RefCounted<TypeEnumerator>::AddRef();
96 type_enum->AddRef();
134 receive_pin->AddRef();
149 connector->AddRef();
167 connected_pin_.get()->AddRef();
182 owner_->AddRef();
204 (*types)->AddRef();
276 AddRef();
    [all...]
  /external/chromium_org/third_party/skia/include/utils/win/
SkTScopedComPtr.h 18 virtual ULONG STDMETHODCALLTYPE AddRef(void) = 0;
23 ptr->AddRef();
29 ptr->AddRef();
  /external/skia/include/utils/win/
SkTScopedComPtr.h 18 virtual ULONG STDMETHODCALLTYPE AddRef(void) = 0;
23 ptr->AddRef();
29 ptr->AddRef();
  /external/chromium_org/base/
bind_helpers.h 53 // to compile because Foo does not support the AddRef() and Release() methods.
155 // for the existence of AddRef() and Release() functions of the correct
229 void AddRef();
248 static No& Check(Helper<&C::AddRef>*);
443 static void AddRef(const T&) {}
449 static void AddRef(const T*) {}
455 static void AddRef(const T&) {}
461 static void AddRef(T* o) { o->AddRef(); }
465 // No need to additionally AddRef() and Release() since we are storing
    [all...]
  /external/lzma/CPP/Common/
MyCom.h 19 CMyComPtr(T* p) {if ((_p = p) != NULL) p->AddRef(); }
23 _p->AddRef();
34 p->AddRef();
162 { *outObject = (void *)(i *)this; AddRef(); return S_OK; }
165 { *outObject = (void *)(IUnknown *)(i *)this; AddRef(); return S_OK; }
174 STDMETHOD_(ULONG, AddRef)() { return ++__m_RefCount; } \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdattachment.h 28 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
37 #define IWSDAttachment_AddRef(This) (This)->lpVtbl->AddRef(This)
54 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
67 #define IWSDInboundAttachment_AddRef(This) (This)->lpVtbl->AddRef(This)
86 STDMETHOD_(ULONG, AddRef)(THIS) PURE;
100 #define IWSDOutboundAttachment_AddRef(This) (This)->lpVtbl->AddRef(This)
  /packages/apps/OMA-DM/engine/dmlib/api/native/
jem_defs.hpp 250 void _AddRef() { m_pData->AddRef(); }
349 void AddRef();
403 inline void JemBaseObject::AddRef()
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
refcount.h 22 // type inherits from RefCounted<>, which have AddRef and Release just like
107 virtual size_t AddRef() const = 0;
118 virtual size_t AddRef() const = 0;
145 virtual size_t AddRef() const {
205 p->AddRef(); // always AddRef() before Release()
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.h 41 void AddRef() { ++ref_count_; }
  /external/chromium_org/ui/base/dragdrop/
drag_source_win.h 40 ULONG __stdcall AddRef();
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 22 // type inherits from RefCounted<>, which have AddRef and Release just like
107 virtual size_t AddRef() const = 0;
118 virtual size_t AddRef() const = 0;
145 virtual size_t AddRef() const {
205 p->AddRef(); // always AddRef() before Release()
  /external/chromium_org/ppapi/api/
ppb_var.idl 21 * AddRef() adds a reference to the given var. If this is not a refcounted
28 void AddRef([in] PP_Var var);
57 * AddRef'ed for the caller. When the caller is done with it, it should be
85 * AddRef'ed for the caller. When the caller is done with it, it should be
  /external/chromium_org/ppapi/utility/
completion_callback_factory_thread_traits.h 46 /// AddRef() increments the reference counter.
49 int32_t AddRef() {
96 /// AddRef() increments the reference counter.
99 int32_t AddRef() {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
ShaderCache.h 42 it->second->AddRef();
60 shader->AddRef();
  /external/chromium_org/third_party/libjingle/source/talk/base/
refcount.h 40 virtual int AddRef() = 0;
74 virtual int AddRef() {
  /external/chromium_org/third_party/webrtc/base/
refcount.h 23 virtual int AddRef() = 0;
57 virtual int AddRef() {
  /external/chromium_org/ui/base/cursor/ozone/
bitmap_cursor_factory_ozone.cc 49 cursor->AddRef(); // Balanced by UnrefImageCursor.
54 ToBitmapCursorOzone(cursor)->AddRef();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
punknown.h 48 STDMETHOD_(ULONG, AddRef)( THIS )
72 STDMETHOD_(ULONG, AddRef)(THIS) \

Completed in 1295 milliseconds

12 3 4 5 6 7 8 91011>>