HomeSort by relevance Sort by last modified time
    Searched full:refcount (Results 101 - 125 of 825) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 120 d.append("Buffer %d: handle %#x, (%dx%d), format %d, refCount %d\n",
209 // unmap & remove this mapper from buffer when refCount = 0
210 int refCount = mapper->decRef();
211 if (refCount < 0) {
213 } else if (!refCount) {
  /external/opencv/cvaux/src/
cvmat.cpp 226 refcount = 0;
235 refcount = 0;
244 refcount = 0;
253 refcount = 0;
262 refcount = 0;
271 refcount = 0;
280 refcount = 0;
289 refcount = 0;
298 refcount = 0;
307 refcount = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 117 * times on Mesa's behalf, so we refcount our mappings to make sure that
183 region->refcount = 1;
291 *dst, *dst ? (*dst)->refcount : 0, src, src ? src->refcount : 0);
298 src->refcount++;
313 _DBG("%s %p %d\n", __FUNCTION__, region, region->refcount - 1);
315 ASSERT(region->refcount > 0);
316 region->refcount--;
318 if (region->refcount == 0) {
  /external/mesa3d/src/mesa/main/
arrayobj.c 142 ASSERT(oldObj->RefCount > 0);
143 oldObj->RefCount--;
146 (void *) oldObj, oldObj->Name, oldObj->RefCount);
148 deleteFlag = (oldObj->RefCount == 0);
163 if (arrayObj->RefCount == 0) {
170 arrayObj->RefCount++;
173 (void *) arrayObj, arrayObj->Name, arrayObj->RefCount);
216 obj->RefCount = 1;
467 * If refcount hits zero, the object will be deleted.
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 54 int refcount; member in struct:l2_packet_ndisuio_global
309 l2 = l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1];
362 if (l2_ndisuio_global->refcount >= 2) {
367 l2_ndisuio_global->refcount++;
372 l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1] = l2;
387 if (l2_ndisuio_global->refcount > 1) {
471 l2_ndisuio_global->refcount--;
472 l2_ndisuio_global->l2[l2_ndisuio_global->refcount] = NULL;
473 if (l2_ndisuio_global->refcount) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 299 Integer refCount = mRefCounts.get(object);
300 if (refCount != null) {
301 mRefCounts.put(object, refCount + 1);
308 Integer refCount = mRefCounts.get(object);
309 if (refCount != null && refCount > 0) {
310 --refCount;
311 mRefCounts.put(object, refCount);
312 return refCount == 0;
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 338 int refCount = -1;
350 refCount = getFrameRefCount(frameBuf, frameType);
361 if ( 0 < refCount )
364 refCount--;
365 setFrameRefCount(frameBuf, frameType, refCount);
369 refCount += getFrameRefCount(frameBuf, CameraFrame::PREVIEW_FRAME_SYNC);
371 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
373 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
385 CAMHAL_LOGVB("REFCOUNT 0x%x %d", frameBuf, refCount);
    [all...]
  /external/dbus/dbus/
dbus-timeout.c 42 int refcount; /**< Reference count */ member in struct:DBusTimeout
74 timeout->refcount = 1;
95 timeout->refcount += 1;
110 _dbus_assert (timeout->refcount > 0);
112 timeout->refcount -= 1;
113 if (timeout->refcount == 0)
  /hardware/intel/common/libmix/mix_video/src/
mixvideoframe.c 105 LOG_I("obj %x, new refcount is %d\n", (guint) obj,
106 MIX_PARAMS(obj)->refcount + 1);
123 LOG_I("obj %x, frame id %d, new refcount is %d\n", (guint) obj,
124 (guint) obj->frame_id, MIX_PARAMS(obj)->refcount - 1);
128 if (((MIX_PARAMS(obj)->refcount - 1) == 1) && (!(priv -> is_skipped))) {
144 if (((MIX_PARAMS(obj)->refcount - 1) == 0) && (priv -> is_skipped)) {
  /external/mesa3d/src/mesa/program/
program.c 126 ctx->ATIFragmentShader.Current->RefCount++;
152 ctx->ATIFragmentShader.Current->RefCount--;
153 if (ctx->ATIFragmentShader.Current->RefCount <= 0) {
190 ctx->ATIFragmentShader.Current->RefCount--;
191 if (ctx->ATIFragmentShader.Current->RefCount <= 0) {
197 ctx->ATIFragmentShader.Current->RefCount++;
274 prog->RefCount = 1;
380 ASSERT(prog->RefCount==0);
443 printf("Program %p ID=%u Target=%s Refcount-- to %d\n",
447 (*ptr)->RefCount - 1)
    [all...]
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 259 int refCount = -1;
271 refCount = getFrameRefCount(frameBuf, frameType);
282 if ( 0 < refCount )
285 refCount--;
286 setFrameRefCount(frameBuf, frameType, refCount);
290 refCount += getFrameRefCount(frameBuf, CameraFrame::PREVIEW_FRAME_SYNC);
292 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
294 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
306 CAMHAL_LOGVB("REFCOUNT 0x%x %d", frameBuf, refCount);
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 7 class RefCount {
30 RefCount<ParserInputState> inputState;
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 56 int refcount; member in struct:struct_io_channel
108 #define io_channel_bumpcount(c) ((c)->refcount++)
qcow2.h 94 struct ext2_qcow2_refcount refcount; member in struct:ext2_qcow2_image
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 53 unsigned NoModRefCount, ModCount, RefCount, ModRefCount;
68 NoModRefCount = ModCount = RefCount = ModRefCount = 0;
307 ++RefCount;
333 ++RefCount;
375 unsigned ModRefSum = NoModRefCount + ModCount + RefCount + ModRefCount;
385 errs() << " " << RefCount << " ref responses ";
386 PrintPercent(RefCount, ModRefSum);
391 << ModCount * 100 / ModRefSum << "%/" << RefCount * 100 / ModRefSum
  /external/mesa3d/src/mesa/vbo/
vbo_save.c 103 if ( --save->prim_store->refcount == 0 ) {
107 if ( --save->vertex_store->refcount == 0 ) {
  /external/skia/src/gpu/vk/
GrVkTexture.cpp 67 // Create() will increment the refCount of the image resource if it succeeds
80 // Create() will increment the refCount, and we'll unref when we're done with it
GrVkTextureRenderTarget.cpp 132 // Create() will increment the refCount of the image resource if it succeeds
147 // Create() will increment the refCount, and we'll unref when we're done with it
  /development/host/windows/usb/api/
adb_object_handle.h 67 <handle, object> pair is deleted from the map and object's refcount is
68 decremented to match refcount increment performed when object has been
70 4. When object's refcount drops to zero, the object commits suicide by
102 If refcount drops to zero as the result of this release, the object is
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 60 static unsigned refcount = 0; variable
224 refcount = 0;
254 ++refcount;
267 if(!--refcount)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 54 int32_t refcount; member in struct:vmw_fence
88 p_atomic_set(&fence->refcount, 1);
127 if (p_atomic_dec_zero(&vfence->refcount)) {
136 p_atomic_inc(&vfence->refcount);
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.h 28 #include "sfntly/port/refcount.h"
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.h 20 #include "sfntly/port/refcount.h"
  /external/webrtc/talk/media/webrtc/
webrtcvideodecoderfactory.h 31 #include "webrtc/base/refcount.h"
  /external/webrtc/webrtc/base/
rtccertificate.h 15 #include "webrtc/base/refcount.h"

Completed in 706 milliseconds

1 2 3 45 6 7 8 91011>>