HomeSort by relevance Sort by last modified time
    Searched defs:ref_count (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/webrtc/webrtc/system_wrappers/include/
ref_count.h 69 int32_t ref_count; variable
70 ref_count = --ref_count_;
71 if (ref_count == 0)
73 return ref_count;
  /external/tensorflow/tensorflow/compiler/xla/service/
allocation_tracker.h 72 int ref_count; member in struct:xla::AllocationTracker::Allocation
  /device/generic/car/emulator/audio/driver/
ext_pcm.h 36 unsigned int ref_count; member in struct:ext_pcm
  /external/libexif/libexif/
exif-mem.c 6 unsigned int ref_count; member in struct:_ExifMem
44 mem->ref_count = 1;
57 mem->ref_count++;
64 if (!--mem->ref_count)
exif-mnote-data.c 31 unsigned int ref_count; member in struct:_ExifMnoteDataPriv
42 d->priv->ref_count = 1;
51 if (d && d->priv) d->priv->ref_count++;
74 if (d->priv->ref_count > 0) d->priv->ref_count--;
75 if (!d->priv->ref_count)
exif-log.c 30 unsigned int ref_count; member in struct:_ExifLog
77 log->ref_count = 1;
100 log->ref_count++;
107 if (log->ref_count > 0) log->ref_count--;
108 if (!log->ref_count) exif_log_free (log);
exif-content.c 36 unsigned int ref_count; member in struct:_ExifContentPrivate
70 content->priv->ref_count = 1;
81 content->priv->ref_count++;
87 content->priv->ref_count--;
88 if (!content->priv->ref_count)
  /hardware/intel/common/wrs_omxil_core/utils/inc/
module.h 36 int ref_count; member in struct:module
  /device/google/cuttlefish_common/guest/hals/gralloc/
mapper.cpp 55 int ref_count; member in struct:__anon2010::GrallocBuffer
56 GrallocBuffer() : vaddr(NULL), ref_count(0) {}
98 buffer->ref_count++;
114 if (buffer->ref_count == 0) {
120 buffer->ref_count--;
121 if (buffer->ref_count == 0) {
  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 31 int32_t ref_count; local
32 ref_count = --ref_count_;
33 if (ref_count == 0)
35 return ref_count;
  /external/webrtc/webrtc/voice_engine/
channel_manager.h 58 int use_count() const { return channel_ref_->ref_count.Value(); }
66 Atomic32 ref_count; member in struct:webrtc::voe::ChannelOwner::ChannelRef
  /hardware/intel/common/libva/test/common/
va_display_wayland.c 41 unsigned int ref_count; member in struct:display
77 d->ref_count++;
96 d->ref_count = 1;
107 if (!d || --d->ref_count > 0)
  /bionic/libc/kernel/uapi/linux/
atm_zatm.h 27 int ref_count; member in struct:zatm_pool_info
  /external/kernel-headers/original/uapi/linux/
atm_zatm.h 27 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
  /external/libcups/cups/
string-private.h 73 unsigned int ref_count; /* Reference count */ member in struct:_cups_sp_item_s
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 53 int ref_count; local
55 while ((ref_count = Unload()));
103 int ref_count; local
105 ref_count = module_close(module);
106 if (!ref_count) {
113 return ref_count;
  /hardware/qcom/display/msm8909/gralloc/
gr_buf_mgr.h 98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_buf_mgr.h 98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.h 98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.h 98 int ref_count = 1; member in struct:gralloc1::BufferManager::Buffer
111 void IncRef() { ++ref_count; }
112 bool DecRef() { return --ref_count == 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_zatm.h 26 int ref_count; /* free buffer pool usage counters */ member in struct:zatm_pool_info
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 72 long ref_count; member in struct:rdar9065507::StorageBase
  /external/harfbuzz_ng/src/
hb-object-private.hh 50 hb_atomic_int_t ref_count; member in struct:hb_reference_count_t
52 inline void init (int v) { ref_count.set_unsafe (v); }
53 inline int get_unsafe (void) const { return ref_count.get_unsafe (); }
54 inline int inc (void) { return ref_count.inc (); }
55 inline int dec (void) { return ref_count.dec (); }
56 inline void finish (void) { ref_count.set_unsafe (HB_REFERENCE_COUNT_POISON_VALUE); }
58 inline bool is_inert (void) const { return ref_count.get_unsafe () == HB_REFERENCE_COUNT_INERT_VALUE; }
59 inline bool is_valid (void) const { return ref_count.get_unsafe () > 0; }
99 hb_reference_count_t ref_count; member in struct:hb_object_header_t
117 obj ? obj->header.ref_count.get_unsafe () : 0)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/util/
pointer.hpp 37 ref_count() const { function in class:clover::ref_counter
  /external/mesa3d/src/gallium/winsys/sw/kms-dri/
kms_dri_sw_winsys.c 74 int ref_count; member in struct:kms_sw_displaytarget
127 kms_sw_dt->ref_count = 1;
169 kms_sw_dt->ref_count --;
170 if (kms_sw_dt->ref_count > 0)
221 kms_sw_dt->ref_count++;
261 kms_sw_dt->ref_count = 1;

Completed in 1250 milliseconds

1 2 3