HomeSort by relevance Sort by last modified time
    Searched defs:add_ref (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/
MediaBuffer.cpp 113 void MediaBuffer::add_ref() { function in class:android::MediaBuffer
196 add_ref();
  /external/e2fsprogs/lib/ext2fs/
irel.h 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member in struct:ext2_inode_relocation_table
109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
  /external/chromium_org/content/browser/indexed_db/
indexed_db_active_blob_registry_unittest.cc 137 base::Closure add_ref = local
141 add_ref.Run();
158 base::Closure add_ref = local
163 add_ref.Run();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 40 add_ref();
55 add_ref();
69 add_ref() function in class:boost::exception_detail::refcount_ptr
72 px_->add_ref();
162 virtual void add_ref() const = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 261 unsigned add_ref() function in struct:refcnt_t
333 unsigned add_ref() function in struct:dual_refcnt_t
335 //printf("%p add_ref at %u %u\n", this, atomic_refcnt, nonatomic_refcnt);
391 inline ULONG add_ref() function in struct:GalliumComObject
393 return refcnt.add_ref();
439 return add_ref();
471 return BaseClass::add_ref();
522 void add_ref() {Traits::add_ref(p);} function in struct:refcnt_ptr
553 add_ref();
601 static void add_ref(void* p) {} function in struct:simple_ptr_traits
607 static void add_ref(void* p) function in struct:com_ptr_traits
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 57 inline ULONG add_ref() function in struct:GalliumD3D11DeviceChild
59 return GalliumPrivateDataComObject<Base, dual_refcnt_t>::add_ref();
69 return add_ref();
d3d11_context.h 2071 static void add_ref(void* p) function in struct:nonatomic_device_child_ptr_traits
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 261 unsigned add_ref() function in struct:refcnt_t
333 unsigned add_ref() function in struct:dual_refcnt_t
335 //printf("%p add_ref at %u %u\n", this, atomic_refcnt, nonatomic_refcnt);
391 inline ULONG add_ref() function in struct:GalliumComObject
393 return refcnt.add_ref();
439 return add_ref();
471 return BaseClass::add_ref();
522 void add_ref() {Traits::add_ref(p);} function in struct:refcnt_ptr
553 add_ref();
601 static void add_ref(void* p) {} function in struct:simple_ptr_traits
607 static void add_ref(void* p) function in struct:com_ptr_traits
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 57 inline ULONG add_ref() function in struct:GalliumD3D11DeviceChild
59 return GalliumPrivateDataComObject<Base, dual_refcnt_t>::add_ref();
69 return add_ref();
d3d11_context.h 2071 static void add_ref(void* p) function in struct:nonatomic_device_child_ptr_traits
    [all...]

Completed in 299 milliseconds