/frameworks/av/include/media/stagefright/foundation/ |
MediaBufferBase.h | 28 virtual void add_ref() = 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/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...] |
/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/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))
|
irel_ma.c | 124 irel->add_ref = ima_add_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();
|
/frameworks/av/include/media/stagefright/ |
MediaBuffer.h | 64 virtual void add_ref();
|
/frameworks/av/media/libstagefright/ |
MediaBufferGroup.cpp | 66 buffer->add_ref();
|
MediaBuffer.cpp | 113 void MediaBuffer::add_ref() { function in class:android::MediaBuffer 196 add_ref();
|
CameraSourceTimeLapse.cpp | 200 mLastReadBufferCopy->add_ref(); 219 (*buffer)->add_ref();
|
MediaMuxer.cpp | 185 mediaBuffer->add_ref(); // Released in MediaAdapter::signalBufferReturned().
|
AudioSource.cpp | 233 buffer->add_ref();
|
SurfaceMediaSource.cpp | 366 (*buffer)->add_ref();
|
CameraSource.cpp | 847 (*buffer)->add_ref();
|
MediaCodecSource.cpp | 751 mbuf->add_ref();
|
OMXCodec.cpp | [all...] |
/frameworks/av/media/libstagefright/foundation/ |
ABuffer.cpp | 90 mMediaBufferBase->add_ref();
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
RepeaterSource.cpp | 156 mBuffer->add_ref();
|
/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/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/opencv/cxcore/include/ |
cxcore.hpp | 252 void set( CvMat* m, bool add_ref ) 256 if( add_ref )
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | [all...] |