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 61 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 77 volatile int32_t mRefCount;
  /frameworks/av/services/audioflinger/
Effects.h 314 SuspendedEffectDesc() : mRefCount(0) {}
316 int mRefCount;
Threads.h 232 SuspendedSessionDesc() : mRefCount(0) {}
234 int mRefCount; // number of active suspend requests
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 269 uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this output
294 uint32_t mRefCount; // number of AudioRecord clients using this output
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]

Completed in 325 milliseconds