Home
last modified time | relevance | path

Searched refs:currentIndex (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/threads/
DThreadPool.h150 int currentIndex = in enqueue() local
152 int workerIndex = currentIndex % mWorkers.size(); in enqueue()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp613 size_t currentIndex = optionIndex; in parseSetPropOptions() local
628 if (!safelyParseInt(fd, currentIndex + i, values[i], &safeInt)) { in parseSetPropOptions()
642 if (!safelyParseInt(fd, currentIndex + i, values[i], &safeInt)) { in parseSetPropOptions()
656 if (!safelyParseFloat(fd, currentIndex + i, values[i], &safeFloat)) { in parseSetPropOptions()
684 if (!safelyParseInt(fd, currentIndex, values[0], &(prop->areaId))) { in parseSetPropOptions()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1966 size_t currentIndex = optionIndex; in parsePropOptions() local
1979 auto int32Result = safelyParseInt<int32_t>(currentIndex + i, argValues[i]); in parsePropOptions()
1993 auto int64Result = safelyParseInt<int64_t>(currentIndex + i, argValues[i]); in parsePropOptions()
2007 auto floatResult = safelyParseFloat(currentIndex + i, argValues[i]); in parsePropOptions()
2035 auto int32Result = safelyParseInt<int32_t>(currentIndex, argValues[0]); in parsePropOptions()
2046 auto int64Result = safelyParseInt<int64_t>(currentIndex, argValues[0]); in parsePropOptions()