HomeSort by relevance Sort by last modified time
    Searched refs:mRefCount (Results 1 - 25 of 74) 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;
  /system/chre/core/include/chre/core/
event.h 47 mRefCount++;
48 CHRE_ASSERT(mRefCount != 0);
52 CHRE_ASSERT(mRefCount > 0);
53 mRefCount--;
57 return (mRefCount == 0);
67 size_t mRefCount = 0;
  /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 36 unsigned int mRefCount;
100 if (mRefCount || threadRunning) {
124 ++mRefCount;
128 return mRefCount != 0;
132 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/services/audiopolicy/common/managerdefinitions/src/
SessionRoute.cpp 34 mRefCount, mActivityCount);
58 ALOG_ASSERT(route->mRefCount > 0);
59 --route->mRefCount;
60 if (route->mRefCount <= 0) {
110 route->mRefCount++;
114 route->mRefCount++;
  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
Loader.java 53 private int mRefCount = 0;
97 if (mRefCount == 0) {
113 if (mRefCount > 0) {
134 mRefCount++;
140 mRefCount--;
141 if (mRefCount == 0) {
  /frameworks/av/media/libmediaextractor/
MediaBuffer.cpp 36 mRefCount(0),
48 mRefCount(0),
80 mRefCount(0),
94 CHECK_EQ(mRefCount, 0);
99 int prevCount = __sync_fetch_and_sub(&mRefCount, 1);
113 CHECK_EQ(mRefCount, 1);
115 mRefCount = 0;
119 (void) __sync_fetch_and_add(&mRefCount, 1);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 44 private int mRefCount = 0;
54 mRefCount++;
58 mRefCount--;
59 if (mRefCount <= 0) {
  /external/swiftshader/src/OpenGL/libGLES_CM/
ResourceManager.cpp 28 mRefCount = 1;
51 mRefCount++;
56 if(--mRefCount == 0)
ResourceManager.h 68 std::size_t mRefCount;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
TTMBufferMapper.h 56 int mRefCount;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
TTMBufferMapper.h 56 int mRefCount;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
SessionRoute.h 49 mRefCount(0),
67 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/msm8909w_3100/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--);
  /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/msm8998/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--);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 384 mRefCount(0),
497 mRefCount = 0;
500 if ((mRefCount == 0) || forceReaquirePerfLock) {
507 ++mRefCount;
510 mHandle, mRefCount, mPerfLockType);
563 mHandle, mRefCount, mPerfLockType);
567 mRefCount = 0;
568 } else if (--mRefCount == 0) {
683 ++(mInstance->mRefCount);
704 if (mInstance && (--(mInstance->mRefCount) == 0))
    [all...]
QCameraPerf.h 97 uint32_t mRefCount;
115 uint32_t mRefCount;
121 QCameraPerfLockIntf() { mRefCount = 0; mDlHandle = NULL; }

Completed in 354 milliseconds

1 2 3