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

  /external/libdrm/tests/
gem_mmap.c 77 struct drm_gem_close unref; local
125 unref.handle = handle;
126 ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &unref);
  /external/skia/include/gpu/
GrProgramElement.h 45 void unref() const { function in class:GrProgramElement
GrGpuResource.h 26 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
38 * reaches 0 DERIVED::notifyRefCountIsZero() will be called. In the case when an unref() causes both
60 void unref() const { function in class:GrIORef
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 38 void unref() { function in class:GrFakeRefObj
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 151 template <typename T> void unref(T* ptr) { ptr->unref(); } function in namespace:__anon18366
157 unref<SkPDFObject>);
191 unref<SkPDFDict>);
SkPDFShader.cpp 694 template <typename T> void unref(T* ptr) { ptr->unref();} function in namespace:__anon18368
698 create_range_object, unref<SkPDFObject>);
    [all...]
  /external/skia/src/core/
SkCachedData.h 27 void unref() const { this->internalUnref(false); } function in class:SkCachedData
SkRWBuffer.cpp 82 void unref() const { function in struct:SkBufferHead
130 fHead->unref();
168 fHead->unref();
264 virtual ~SkROBufferStreamAsset() { fBuffer->unref(); }
  /frameworks/base/libs/hwui/
AnimatorManager.cpp 30 static void unref(BaseRenderNodeAnimator* animator) { function in namespace:android::uirenderer
41 for_each(mNewAnimators.begin(), mNewAnimators.end(), unref);
42 for_each(mAnimators.begin(), mAnimators.end(), unref);
  /external/skia/include/core/
SkRefCnt.h 21 When an owner wants to release its reference, it calls unref(). When the
22 shared object's reference count goes to zero as the result of an unref()
56 // until previous owners are all totally done calling unref().
62 /** Increment the reference count. Must be balanced by a call to unref().
73 void unref() const { function in class:SkRefCntBase
133 before unref(), in case the two pointers point to the same object.
138 if (dst) dst->unref(); \
160 /** Check if the argument is non-null, and if so, call obj->unref()
164 obj->unref();
170 obj->unref();
240 void unref() const { function in class:SkNVRefCnt
    [all...]
SkTypeface.h 98 * Returns a ref() to the default typeface. The caller must call unref()
110 unref() when they are done.
122 unref() when they are done.
149 calling unref() when they are done with it.
261 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
266 * It is the caller's responsibility to unref() the returned pointer.
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
99 unref(thr, pc, d->sync);
103 unref(thr, pc, s);
107 unref(thr, pc, s);
194 unref(thr, pc, d->sync);
223 unref(thr, pc, s);
  /external/icu/icu4c/source/common/
serv.cpp 240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 533 public void unref() { method in class:BackgroundManager.BackgroundContinuityService
534 if (mCount <= 0) throw new IllegalStateException("Can't unref, count " + mCount);
854 mService.unref();
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 89 LocalizationInfo* unref(void) { function in class:LocalizationInfo
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 363 milliseconds