HomeSort by relevance Sort by last modified time
    Searched refs:mRefCount (Results 1 - 25 of 71) 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 34 unsigned int mRefCount;
98 if (mRefCount || threadRunning) {
122 ++mRefCount;
126 return mRefCount != 0;
130 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++;
  /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) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 44 private int mRefCount = 0;
54 mRefCount++;
58 mRefCount--;
59 if (mRefCount <= 0) {
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 335 mRefCount(0),
434 mRefCount = 0;
437 if ((mRefCount == 0) || forceReaquirePerfLock) {
444 ++mRefCount;
447 mHandle, mRefCount, mPerfLockType);
486 mHandle, mRefCount, mPerfLockType);
490 mRefCount = 0;
491 } else if (--mRefCount == 0) {
598 ++(mInstance->mRefCount);
619 if (mInstance && (--(mInstance->mRefCount) == 0))
    [all...]
QCameraPerf.h 97 uint32_t mRefCount;
115 uint32_t mRefCount;
122 QCameraPerfLockIntf() { mRefCount = 0; mDlHandle = NULL; }
  /external/swiftshader/src/OpenGL/libGLES_CM/
ResourceManager.cpp 28 mRefCount = 1;
51 mRefCount++;
56 if(--mRefCount == 0)
ResourceManager.h 69 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 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/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/gps/sdm845/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--);

Completed in 2726 milliseconds

1 2 3