Searched defs:listSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc.cpp429 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
432 for (int i = 0; i < listSize; i++) {
438 if (!found && listSize < maxListSize) {
439 techList[listSize] = techToAdd;
440 handleList[listSize] = handleToAdd;
441 typeList[listSize] = typeToAdd;
442 return listSize + 1;
445 return listSize;

Completed in 78 milliseconds