HomeSort by relevance Sort by last modified time
    Searched refs:android_atomic_dec (Results 1 - 23 of 23) sorted by null

  /external/skia/include/core/
SkThread_platform.h 26 #define sk_atomic_dec(addr) android_atomic_dec(addr)
  /system/core/include/cutils/
atomic.h 69 int32_t android_atomic_dec(volatile int32_t* addr);
atomic-x86.h 119 extern inline int32_t android_atomic_dec(volatile int32_t *addr) function
atomic-arm.h 204 extern inline int32_t android_atomic_dec(volatile int32_t *addr) function
  /frameworks/base/opengl/libagl/
BufferObjectManager.h 76 if (android_atomic_dec(&mCount) == 1) {
egl.cpp     [all...]
  /frameworks/base/libs/utils/
SharedBuffer.cpp 103 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) {
RefBase.cpp 305 const int32_t c = android_atomic_dec(&refs->mStrong);
367 const int32_t c = android_atomic_dec(&impl->mWeak);
AssetManager.cpp 82 int count = android_atomic_dec(&gCount);
    [all...]
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.cpp 96 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) {
  /system/core/libcutils/
atomic-android-sh.c 84 int32_t android_atomic_dec(volatile int32_t* addr) { function
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 61 if (android_atomic_dec(&mCount) == 1) {
  /dalvik/vm/test/
AtomicTest.c 137 android_atomic_dec(&decTest);
  /external/webkit/JavaScriptCore/wtf/
Threading.h 240 inline int atomicDecrement(int volatile* addend) { return android_atomic_dec(addend); }
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 180 if (android_atomic_dec(&count) == 1) {
  /frameworks/base/core/jni/
android_util_Binder.cpp 259 android_atomic_dec(&gNumLocalRefs);
410 android_atomic_dec(&gNumDeathRefs);
428 android_atomic_dec(&gNumProxyRefs);
459 android_atomic_dec(&gNumProxyRefs);
    [all...]
  /frameworks/base/include/utils/
RefBase.h 155 if (android_atomic_dec(&mCount) == 1) {
  /frameworks/base/libs/binder/
IMemory.cpp 426 int32_t c = android_atomic_dec(&info.count);
  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 282 if (android_atomic_dec(&stack.available) == 0) {
  /frameworks/base/opengl/libs/EGL/
egl.cpp 95 if (android_atomic_dec(&count) == 1) {
127 int32_t c = android_atomic_dec(&ref->count);
    [all...]
  /hardware/ti/omap3/liboverlay/
overlay.cpp 294 if (android_atomic_dec(&shared->refCnt) == 1) {
    [all...]
  /device/samsung/crespo/liboverlay/
overlay.cpp 325 if (android_atomic_dec(&shared->refCnt) == 1) {
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 320 milliseconds