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

1 2 3 4 5

  /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/freetype/src/raster/
rastpic.c 45 if ( --container->ref_count )
67 ((RasterPIC*)pic_container->raster)->ref_count++;
77 container->ref_count = 1;
rastpic.h 36 int ref_count;
  /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/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;
  /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/libexif/libexif/
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-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)
  /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
  /hardware/intel/common/wrs_omxil_core/utils/inc/
module.h 36 int ref_count; member in struct:module
  /external/freetype/src/smooth/
ftspic.c 45 if ( --container->ref_count )
67 ((SmoothPIC*)pic_container->smooth)->ref_count++;
77 container->ref_count = 1;
ftspic.h 36 int ref_count;
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 134 existing->ref_count++;
145 new->ref_count = 1;
161 existing->ref_count++;
216 module->ref_count--;
217 ret = module->ref_count;
219 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count);
221 if (!module->ref_count) {
  /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;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 114 if (idx >= 0 && frame_bufs[idx].ref_count > 0) {
115 --frame_bufs[idx].ref_count;
120 if (!frame_bufs[idx].released && frame_bufs[idx].ref_count == 0 &&
  /device/generic/car/emulator/audio/driver/
ext_pcm.h 36 unsigned int ref_count; member in struct:ext_pcm
  /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/libcups/cups/
string.c 90 item->ref_count ++;
94 "ref_count=%d", item, item->str, s, item->guard,
95 item->ref_count));
119 item->ref_count = 1;
126 "ref_count=%d", item, item->str, s, item->guard,
127 item->ref_count));
323 "ref_count=%d", key, key->str, key->guard, key->ref_count));
335 item->ref_count --;
337 if (!item->ref_count)
    [all...]
  /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
channel_manager.cc 24 ++channel_ref_->ref_count;
28 if (--channel_ref_->ref_count == 0)
36 if (--channel_ref_->ref_count == 0)
40 ++channel_ref_->ref_count;
46 : channel(channel), ref_count(1) {}
  /external/elfutils/libelf/
common.h 80 result->ref_count = 1;
108 if (child->ref_count != 0)
126 if (child->ref_count != 0)
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 245 size_t ref_count = 0; local
249 ref_count = p->Release();
253 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; }

Completed in 854 milliseconds

1 2 3 4 5