HomeSort by relevance Sort by last modified time
    Searched refs:mRefCount (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/services/core/java/com/android/server/pm/
KeySetHandle.java 23 private int mRefCount;
27 mRefCount = 1;
35 mRefCount = refCount;
43 return mRefCount;
50 mRefCount = newCount;
55 mRefCount++;
60 mRefCount--;
61 return mRefCount;
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 28 mRefCount(0)
35 mRefCount++;
36 return mRefCount;
40 mRefCount--;
41 return mRefCount;
46 return mRefCount;
62 int mRefCount;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 28 mRefCount(0)
35 mRefCount++;
36 return mRefCount;
40 mRefCount--;
41 return mRefCount;
46 return mRefCount;
62 int mRefCount;
  /packages/apps/Camera2/src/com/android/camera/async/
RefCountBase.java 29 private int mRefCount;
41 mRefCount = initialReferenceCount;
49 mRefCount++;
64 mRefCount--;
65 if (mRefCount > 0) {
78 return mRefCount;
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
RefCountedImageProxy.java 31 private final RefCountBase<ImageProxy> mRefCount;
39 mRefCount = new RefCountBase<ImageProxy>(image, refCount);
44 mRefCount.close();
  /frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java 32 private int mRefCount = 0;
79 mRefCount++;
84 if (mRefCount == 0) {
87 mRefCount--;
92 return mRefCount;
100 sb.append(mRefCount);
  /system/core/logd/
LogTimes.h 34 unsigned int mRefCount;
88 if (mRefCount || threadRunning) {
103 void incRef_Locked(void) { ++mRefCount; }
105 bool owned_Locked(void) const { return mRefCount != 0; }
108 if ((mRefCount && --mRefCount) || !mRelease || threadRunning) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 34 private int mRefCount = 1;
75 ++mRefCount;
86 --mRefCount;
87 doDealloc = (mRefCount == 0);
Frame.java 40 private int mRefCount = 1;
138 return mRefCount;
197 mRefCount = 1;
218 ++mRefCount;
219 return mRefCount;
223 --mRefCount;
224 return mRefCount;
  /frameworks/av/media/libstagefright/foundation/
MediaBuffer.cpp 38 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/
SessionRoute.cpp 34 mRefCount, mActivityCount);
58 ALOG_ASSERT(route->mRefCount > 0);
59 --route->mRefCount;
60 if (route->mRefCount <= 0) {
112 route->mRefCount++;
116 route->mRefCount++;
AudioOutputDescriptor.cpp 41 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]);
519 if (outputDesc->mRefCount[s] != 0) {
572 if (outputDesc->mRefCount[s] != 0)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 44 private int mRefCount = 0;
54 mRefCount++;
58 mRefCount--;
59 if (mRefCount <= 0) {
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
TTMBufferMapper.h 56 int mRefCount;
TTMBufferMapper.cpp 24 mRefCount(0),
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
TTMBufferMapper.h 56 int mRefCount;
TTMBufferMapper.cpp 24 mRefCount(0),
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
SessionRoute.h 48 mRefCount(0),
66 int mRefCount; // +/- on references
  /hardware/qcom/gps/msm8909/utils/
LocThread.cpp 38 int mRefCount;
64 // threashold approprietly for destroy(), e.g. mRefCount.
68 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) {
101 mRefCount = 1;
152 // mRefCount becomes 0.
158 if (mRefCount > 0) {
165 callDelete = (1 == mRefCount--);
  /hardware/qcom/gps/msm8996/utils/
LocThread.cpp 38 int mRefCount;
64 // threashold approprietly for destroy(), e.g. mRefCount.
68 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) {
101 mRefCount = 1;
152 // mRefCount becomes 0.
158 if (mRefCount > 0) {
165 callDelete = (1 == mRefCount--);
  /hardware/qcom/gps/msmcobalt/utils/
LocThread.cpp 39 int mRefCount;
65 // threashold approprietly for destroy(), e.g. mRefCount.
69 mMutex(PTHREAD_MUTEX_INITIALIZER), mRefCount(2) {
103 mRefCount = 1;
154 // mRefCount becomes 0.
160 if (mRefCount > 0) {
167 callDelete = (1 == mRefCount--);
  /system/core/libsysutils/src/
SocketClient.cpp 33 mRefCount = 1;
232 mRefCount++;
239 mRefCount--;
240 if (mRefCount == 0) {
242 } else if (mRefCount < 0) {
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 105 inputDesc->mRefCount++;
107 ALOGV("addInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount);
108 if (inputDesc->mRefCount == 1) {
144 inputDesc->mRefCount--;
145 ALOGV("releaseInputEffects(): input: %d, refCount: %d", input, inputDesc->mRefCount);
146 if (inputDesc->mRefCount == 0) {
249 procDesc->mRefCount++;
252 audioSession, procDesc->mRefCount);
253 if (procDesc->mRefCount == 1) {
292 procDesc->mRefCount--
    [all...]
  /frameworks/base/core/java/android/net/
NetworkFactory.java 106 private int mRefCount = 0;
263 if (++mRefCount == 1) startNetwork();
267 if (--mRefCount == 0) stopNetwork();
311 append(mNetworkRequests.size()).append(", refCount=").append(mRefCount).
  /system/core/include/sysutils/
SocketClient.h 27 int mRefCount;

Completed in 5976 milliseconds

1 2 3