HomeSort by relevance Sort by last modified time
    Searched defs:mRefCount (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
RefCountObject.h 39 mutable std::size_t mRefCount;
ResourceManager.h 72 std::size_t mRefCount;
Shader.h 85 unsigned int mRefCount; // Number of program objects this shader is attached to
Program.h 217 unsigned int mRefCount;
  /frameworks/av/include/media/stagefright/
MediaBuffer.h 101 int mRefCount;
  /frameworks/compile/slang/
slang_rs_backend.h 58 RSObjectRefCount mRefCount;
  /system/core/include/sysutils/
SocketClient.h 26 int mRefCount;
  /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 41 private int mRefCount = 1;
139 return mRefCount;
198 mRefCount = 1;
219 ++mRefCount;
220 return mRefCount;
224 --mRefCount;
225 return mRefCount;
  /frameworks/native/include/utils/
FileMap.h 85 FileMap* acquire(void) { mRefCount++; return this; }
91 if (--mRefCount <= 0)
119 int mRefCount; // reference count
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java 36 private static int mRefCount = 0;
50 mRefCount++;
63 mRefCount--;
64 if (mRefCount == 0) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 67 private int mRefCount = 0;
88 mRefCount++;
92 mRefCount--;
93 if (mRefCount <= 0) {
  /frameworks/av/include/media/
SoundPool.h 75 volatile int32_t mRefCount;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 258 uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this output
282 uint32_t mRefCount; // number of AudioRecord clients using this output
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 250 protected int mRefCount;
508 mRefCount = 0;
714 if (VDBG) log("REQ_GET_REFCOUNT refCount=" + mRefCount);
715 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_REFCOUNT, mRefCount);
761 log("DcDefaultState deferring msg.what=EVENT_DISCONNECT" + mRefCount);
768 log("DcDefaultState deferring msg.what=EVENT_DISCONNECT_ALL" + mRefCount);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 589 SuspendedSessionDesc() : mRefCount(0) {}
591 int mRefCount; // number of active suspend requests
    [all...]

Completed in 1016 milliseconds