Searched refs:mRefCount (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetHandle.java23 private int mRefCount; field in class:KeySetHandle
27 mRefCount = 1;
35 mRefCount = refCount;
43 return mRefCount;
50 mRefCount = newCount;
55 mRefCount++;
60 mRefCount--;
61 return mRefCount;
H A DKeySetManagerService.java71 private int mRefCount; field in class:KeySetManagerService.PublicKeyHandle
75 mRefCount = 1;
84 mRefCount = refCount;
97 return mRefCount;
101 mRefCount++;
106 mRefCount--;
107 return mRefCount;
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java32 private int mRefCount = 0; field in class:ReusableBitmap
79 mRefCount++;
84 if (mRefCount == 0) {
87 mRefCount--;
92 return mRefCount;
100 sb.append(mRefCount);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java34 private int mRefCount = 1; field in class:NativeBuffer
75 ++mRefCount;
86 --mRefCount;
87 doDealloc = (mRefCount == 0);
H A DFrame.java40 private int mRefCount = 1; field in class:Frame
138 return mRefCount;
197 mRefCount = 1;
218 ++mRefCount;
219 return mRefCount;
223 --mRefCount;
224 return mRefCount;
/frameworks/av/media/libstagefright/foundation/
H A DMediaBuffer.cpp38 mRefCount(0),
50 mRefCount(0),
82 mRefCount(0),
95 mRefCount(0),
109 CHECK_EQ(mRefCount, 0);
114 int prevCount = __sync_fetch_and_sub(&mRefCount, 1);
128 CHECK_EQ(mRefCount, 1);
130 mRefCount = 0;
134 (void) __sync_fetch_and_add(&mRefCount, 1);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSessionRoute.cpp34 mRefCount, mActivityCount);
58 ALOG_ASSERT(route->mRefCount > 0);
59 --route->mRefCount;
60 if (route->mRefCount <= 0) {
112 route->mRefCount++;
116 route->mRefCount++;
H A DAudioOutputDescriptor.cpp41 mRefCount[i] = 0;
91 if ((delta + (int)mRefCount[stream]) < 0) {
93 delta, stream, mRefCount[stream]);
94 mRefCount[stream] = 0;
97 mRefCount[stream] += delta;
98 ALOGV("changeRefCount() stream %d, count %d", stream, mRefCount[stream]);
122 if (mRefCount[stream] != 0) {
206 i, mCurVolume[i], mRefCount[i], mMuteCount[i]);
520 if (outputDesc->mRefCount[s] != 0) {
573 if (outputDesc->mRefCount[
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSessionRoute.h48 mRefCount(0),
66 int mRefCount; // +/- on references member in class:android::SessionRoute
H A DAudioOutputDescriptor.h81 uint32_t mRefCount[AUDIO_STREAM_CNT]; // number of streams of each type using this output member in class:android::AudioOutputDescriptor
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.cpp105 sessionDesc->mRefCount++;
107 ALOGV("addInputEffects(): input: %d, refCount: %d", input, sessionDesc->mRefCount);
108 if (sessionDesc->mRefCount == 1) {
147 sessionDesc->mRefCount--;
148 ALOGV("releaseInputEffects(): input: %d, refCount: %d", input, sessionDesc->mRefCount);
149 if (sessionDesc->mRefCount == 0) {
252 procDesc->mRefCount++;
255 audioSession, procDesc->mRefCount);
256 if (procDesc->mRefCount == 1) {
298 procDesc->mRefCount
[all...]
H A DAudioPolicyEffects.h138 explicit EffectVector(audio_session_t session) : mSessionId(session), mRefCount(0) {}
146 int mRefCount; member in class:android::AudioPolicyEffects::EffectVector
/frameworks/base/core/java/android/net/
H A DNetworkFactory.java106 private int mRefCount = 0; field in class:NetworkFactory
263 if (++mRefCount == 1) startNetwork();
267 if (--mRefCount == 0) stopNetwork();
311 append(mNetworkRequests.size()).append(", refCount=").append(mRefCount).
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h111 return mRefCount;
166 int mRefCount; member in class:android::MediaBuffer
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaBuffer.h111 return mRefCount;
166 int mRefCount; member in class:android::MediaBuffer
/frameworks/av/media/libstagefright/include/
H A DMediaBuffer.h111 return mRefCount;
166 int mRefCount; member in class:android::MediaBuffer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java65 private int mRefCount = 1; field in class:BackingStore
111 if (mRefCount >= 10) {
112 Log.w("BackingStore", "High ref-count of " + mRefCount + " on " + this + "!");
114 if (mRefCount <= 0) {
117 ++mRefCount;
122 if (mRefCount <= 0) {
125 --mRefCount;
126 if (mRefCount == 0) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java2950 private int mRefCount; field in class:WifiManager.WifiLock
2960 mRefCount = 0;
2978 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) {
3011 if (mRefCounted ? (--mRefCount == 0) : (mHeld)) {
3022 if (mRefCount < 0) {
3090 s3 = "refcounted: refcount = " + mRefCount;
3180 private int mRefCount; field in class:WifiManager.MulticastLock
3187 mRefCount = 0;
3214 if (mRefCounted ? (++mRefCount == 1) : (!mHeld)) {
3259 if (mRefCounted ? (--mRefCount
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java459 observer.mRefCount++;
470 observer.mRefCount--;
471 if (observer.mRefCount == 0) {
488 private int mRefCount = 0; field in class:FileSystemProvider.DirectoryObserver
507 return "DirectoryObserver{file=" + mFile.getAbsolutePath() + ", ref=" + mRefCount + "}";
/frameworks/compile/slang/
H A Dslang_backend.h105 RSObjectRefCount mRefCount; member in class:slang::Backend
H A Dslang_backend.cpp263 mRefCount(mContext->getASTContext()),
606 mRefCount.Init();
607 mRefCount.SetDeclContext(FD);
608 mRefCount.HandleParamsAndLocals(FD);
731 clang::FunctionDecl *FD = mRefCount.CreateStaticGlobalDtor();
/frameworks/av/services/audioflinger/
H A DEffects.h376 SuspendedEffectDesc() : mRefCount(0) {}
378 int mRefCount; member in class:EffectChain::SuspendedEffectDesc
H A DEffects.cpp2016 if (desc->mRefCount++ == 0) {
2029 if (desc->mRefCount <= 0) {
2030 ALOGW("setEffectSuspended_l() restore refcount should not be 0 %d", desc->mRefCount);
2031 desc->mRefCount = 1;
2033 if (--desc->mRefCount == 0) {
2067 if (desc->mRefCount++ == 0) {
2079 if (desc->mRefCount <= 0) {
2080 ALOGW("setEffectSuspendedAll_l() restore refcount should not be 0 %d", desc->mRefCount);
2081 desc->mRefCount = 1;
2083 if (--desc->mRefCount
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java1594 private int mRefCount = 0; field in class:MediaSessionService.SessionManagerImpl.KeyEventWakeLockReceiver
1604 if (mRefCount == 0) {
1609 mRefCount = 0;
1615 if (mRefCount == 0) {
1618 mRefCount++;
1637 if (mRefCount > 0) {
1638 mRefCount--;
1639 if (mRefCount == 0) {
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h72 volatile int32_t mRefCount; member in class:android::Sample

Completed in 7490 milliseconds

12