OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(SkBitmap* bitmapResource) {
67
incrementRefcount
((void*) bitmapResource, kBitmap);
70
void ResourceCache::
incrementRefcount
(SkPath* pathResource) {
71
incrementRefcount
((void*) pathResource, kPath);
74
void ResourceCache::
incrementRefcount
(SkiaShader* shaderResource) {
76
incrementRefcount
((void*) shaderResource, kShader);
79
void ResourceCache::
incrementRefcount
(SkiaColorFilter* filterResource) {
81
incrementRefcount
((void*) filterResource, kColorFilter);
84
void ResourceCache::
incrementRefcount
(Res_png_9patch* patchResource)
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java
59
public void
incrementRefcount
() {
SipProviderImpl.java
200
this.eventScanner.
incrementRefcount
();
[
all
...]
Completed in 277 milliseconds