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

  /system/core/libutils/
RefBase.cpp 437 int32_t curCount = impl->mStrong;
439 ALOG_ASSERT(curCount >= 0,
442 while (curCount > 0 && curCount != INITIAL_STRONG_VALUE) {
445 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mStrong) == 0) {
450 curCount = impl->mStrong;
453 if (curCount <= 0 || curCount == INITIAL_STRONG_VALUE) {
460 if (curCount <= 0)
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 632 jsize curCount = 0;
635 curCount = env->GetArrayLength(lastArray);
653 if (curPos >= curCount) {
654 jsize newCount = (curCount == 0) ? 10 : (curCount*2);
663 memcpy(newData, curData, sizeof(jint)*curCount);
667 curCount = newCount;
681 while (curPos < curCount) {
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 445 int32_t getPPConfig(cam_pp_feature_config_t &pp_config, int curCount);
QCamera2HWI.cpp     [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 334 QString curCount = QString::number(fListWidget.count());

Completed in 176 milliseconds