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

  /frameworks/base/libs/hwui/
ResourceCache.h 69 void incrementRefcount(const Res_png_9patch* resource);
82 void incrementRefcount(void* resource, ResourceType resourceType);
ResourceCache.cpp 60 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) {
65 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) {
66 incrementRefcount((void*) patchResource, kNinePatch);
RecordingCanvas.h 301 mResourceCache.incrementRefcount(patch);
DisplayListCanvas.h 331 mResourceCache.incrementRefcount(patch);
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 59 public void incrementRefcount() {
SipProviderImpl.java 200 this.eventScanner.incrementRefcount();
    [all...]

Completed in 245 milliseconds