HomeSort by relevance Sort by last modified time
    Searched refs:incrementRefcount (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
ResourceCache.h 69 void incrementRefcount(const SkPath* resource);
70 void incrementRefcount(const SkBitmap* resource);
71 void incrementRefcount(const Res_png_9patch* resource);
72 void incrementRefcount(Layer* resource);
103 void incrementRefcount(void* resource, ResourceType resourceType);
ResourceCache.cpp 59 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) {
64 void ResourceCache::incrementRefcount(const SkBitmap* bitmapResource) {
67 incrementRefcount((void*) bitmapResource, kBitmap);
70 void ResourceCache::incrementRefcount(const SkPath* pathResource) {
71 incrementRefcount((void*) pathResource, kPath);
74 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) {
75 incrementRefcount((void*) patchResource, kNinePatch);
78 void ResourceCache::incrementRefcount(Layer* layerResource) {
79 incrementRefcount((void*) layerResource, kLayer);
DisplayListRenderer.h 212 mCaches.resourceCache.incrementRefcount(path);
272 mCaches.resourceCache.incrementRefcount(layer);
282 mCaches.resourceCache.incrementRefcount(bitmap);
288 mCaches.resourceCache.incrementRefcount(bitmap);
294 mCaches.resourceCache.incrementRefcount(patch);
Layer.cpp 56 caches.resourceCache.incrementRefcount(this);
OpenGLRenderer.cpp 572 mCaches.resourceCache.incrementRefcount(layer);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 59 public void incrementRefcount() {
SipProviderImpl.java 200 this.eventScanner.incrementRefcount();
    [all...]

Completed in 148 milliseconds