HomeSort by relevance Sort by last modified time
    Searched full:incrementrefcount (Results 1 - 17 of 17) sorted by null

  /frameworks/base/libs/hwui/
ResourceCache.h 71 void incrementRefcount(const SkPath* resource);
72 void incrementRefcount(const SkBitmap* resource);
73 void incrementRefcount(const Res_png_9patch* resource);
101 void incrementRefcount(void* resource, ResourceType resourceType);
ResourceCache.cpp 65 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) {
70 void ResourceCache::incrementRefcount(const SkBitmap* bitmapResource) {
71 incrementRefcount((void*) bitmapResource, kBitmap);
74 void ResourceCache::incrementRefcount(const SkPath* pathResource) {
75 incrementRefcount((void*) pathResource, kPath);
78 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) {
79 incrementRefcount((void*) patchResource, kNinePatch);
DisplayListRenderer.h 214 mResourceCache.incrementRefcount(path);
278 mResourceCache.incrementRefcount(bitmap);
284 mResourceCache.incrementRefcount(bitmap);
290 mResourceCache.incrementRefcount(patch);
  /art/compiler/utils/
debug_stack.h 48 size_t IncrementRefCount() { return 0u; }
79 size_t IncrementRefCount() { return ++ref_count_; }
92 : counter_(counter), ref_count_(counter->IncrementRefCount()) {
95 : counter_(other.counter_), ref_count_(counter_->IncrementRefCount()) {
  /frameworks/opt/bitmap/src/com/android/bitmap/
PooledCache.java 21 V get(K key, boolean incrementRefCount);
UnrefedBitmapCache.java 120 public ReusableBitmap get(final RequestKey key, final boolean incrementRefCount) {
124 return super.get(key, incrementRefCount);
UnrefedPooledCache.java 72 public V get(K key, boolean incrementRefCount) {
79 if (incrementRefCount && result != null) {
  /external/chromium_org/content/browser/service_worker/
service_worker_registration_handle.h 41 void IncrementRefCount();
service_worker_handle.h 79 void IncrementRefCount();
service_worker_registration_handle.cc 65 void ServiceWorkerRegistrationHandle::IncrementRefCount() {
service_worker_handle.cc 118 void ServiceWorkerHandle::IncrementRefCount() {
service_worker_dispatcher_host.cc 188 handle->IncrementRefCount();
625 handle->IncrementRefCount();
652 handle->IncrementRefCount();
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AbstractAvatarDrawable.java 193 cached = mCache.get(contactRequest, true /* incrementRefCount */);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 212 final ReusableBitmap cached = mCache.get(key, true /* incrementRefCount */);
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 59 public void incrementRefcount() {
SipProviderImpl.java 200 this.eventScanner.incrementRefcount();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libslbiop.a     [all...]

Completed in 593 milliseconds