Home
last modified time | relevance | path

Searched refs:mRefCount (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetHandle.java23 private int mRefCount; field in KeySetHandle
27 mRefCount = 1; in KeySetHandle()
35 mRefCount = refCount; in KeySetHandle()
43 return mRefCount; in getRefCountLPr()
50 mRefCount = newCount; in setRefCountLPw()
55 mRefCount++; in incrRefCountLPw()
60 mRefCount--; in decrRefCountLPw()
61 return mRefCount; in decrRefCountLPw()
H A DKeySetManagerService.java81 private int mRefCount; field in KeySetManagerService.PublicKeyHandle
85 mRefCount = 1; in PublicKeyHandle()
94 mRefCount = refCount; in PublicKeyHandle()
107 return mRefCount; in getRefCountLPr()
111 mRefCount++; in incrRefCountLPw()
116 mRefCount--; in decrRefCountLPw()
117 return mRefCount; in decrRefCountLPw()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java39 private int mRefCount = 1; field in Frame
142 return mRefCount; in getRefCount()
202 mRefCount = 1; in reset()
223 ++mRefCount; in incRefCount()
224 return mRefCount; in incRefCount()
228 --mRefCount; in decRefCount()
229 return mRefCount; in decRefCount()
H A DNativeBuffer.java34 private int mRefCount = 1; field in NativeBuffer
75 ++mRefCount; in retain()
86 --mRefCount; in release()
87 doDealloc = (mRefCount == 0); in release()
/aosp14/system/core/libsysutils/src/
H A DSocketClient.cpp52 mRefCount = 1; in init()
233 mRefCount++; in incRef()
240 mRefCount--; in decRef()
241 if (mRefCount == 0) { in decRef()
243 } else if (mRefCount < 0) { in decRef()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DRemoteInlineSuggestionUi.java82 private int mRefCount = 0; field in RemoteInlineSuggestionUi
177 mRefCount += delta; in handleUpdateRefCount()
178 if (mRefCount <= 0) { in handleUpdateRefCount()
208 mRefCount = 0; in handleInlineSuggestionUiReady()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java65 private int mRefCount = 1; field in BackingStore
111 if (mRefCount >= 10) { in retain()
112 Log.w("BackingStore", "High ref-count of " + mRefCount + " on " + this + "!"); in retain()
114 if (mRefCount <= 0) { in retain()
117 ++mRefCount; in retain()
122 if (mRefCount <= 0) { in release()
125 --mRefCount; in release()
126 if (mRefCount == 0) { in release()
/aosp14/system/core/libsysutils/include/sysutils/
H A DSocketClient.h25 int mRefCount; variable
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp148 int mRefCount = 0; member in JNIImageWriterContext::BufferDetacher
163 mRefCount++; in addRef()
164 if (mRefCount == 1) { in addRef()
172 mRefCount--; in removeRef()
173 if (mRefCount == 0) { in removeRef()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java2450 private int mRefCount = 0; field in MediaSessionService.SessionManagerImpl.KeyEventWakeLockReceiver
2460 if (mRefCount == 0) { in onTimeout()
2465 mRefCount = 0; in onTimeout()
2471 if (mRefCount == 0) { in acquireWakeLockLocked()
2474 mRefCount++; in acquireWakeLockLocked()
2493 if (mRefCount > 0) { in onReceiveResult()
2494 mRefCount--; in onReceiveResult()
2495 if (mRefCount == 0) { in onReceiveResult()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt15342 Landroid/filterfw/core/Frame;->mRefCount:I
15570 Landroid/filterfw/core/NativeBuffer;->mRefCount:I