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

  /system/core/libutils/
RefBase.cpp 516 int32_t curCount = impl->mStrong.load(std::memory_order_relaxed);
518 ALOG_ASSERT(curCount >= 0,
521 while (curCount > 0 && curCount != INITIAL_STRONG_VALUE) {
524 if (impl->mStrong.compare_exchange_weak(curCount, curCount+1,
529 // situation. curCount was updated by compare_exchange_weak.
532 if (curCount <= 0 || curCount == INITIAL_STRONG_VALUE) {
540 if (curCount <= 0)
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 786 jsize curCount = 0;
789 curCount = env->GetArrayLength(lastArray);
807 if (curPos >= curCount) {
808 jsize newCount = (curCount == 0) ? 10 : (curCount*2);
817 memcpy(newData, curData, sizeof(jint)*curCount);
821 curCount = newCount;
835 while (curPos < curCount) {
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.h 446 int32_t getPPConfig(cam_pp_feature_config_t &pp_config, int curCount);
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.h 446 int32_t getPPConfig(cam_pp_feature_config_t &pp_config, int curCount);
QCamera2HWI.cpp     [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 265 QString curCount = QString::number(fListWidget.count());

Completed in 250 milliseconds