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

  /frameworks/base/libs/hwui/
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);
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 59 public void incrementRefcount() {
SipProviderImpl.java 200 this.eventScanner.incrementRefcount();
    [all...]

Completed in 66 milliseconds