Searched refs:tempChannels (Results 1 – 4 of 4) sorted by relevance
364 uint64_t tempChannels = strtoul(value, &endptr, DECIMAL_SYSTEM); in TransferChannels() local365 if ((errno == ERANGE && (tempChannels == ULONG_MAX)) || (errno != 0 && tempChannels == 0)) { in TransferChannels()369 int32_t ret = CheckAttrChannel(tempChannels); in TransferChannels()371 *channels = tempChannels; in TransferChannels()
359 unsigned long tempChannels = strtoul(value, &endptr, DECIMAL_SYSTEM); in TransferChannels() local360 if ((errno == ERANGE && (tempChannels == ULONG_MAX)) || (errno != 0 && tempChannels == 0)) { in TransferChannels()364 if (CheckAttrChannel((uint32_t)tempChannels) != HDF_SUCCESS) { in TransferChannels()367 *channels = (uint32_t)tempChannels; in TransferChannels()
149 std::vector<int> tempChannels; in FilterIndoorChannel() local152 tempChannels.push_back(item); in FilterIndoorChannel()158 channels = std::move(tempChannels); in FilterIndoorChannel()
815 unsigned long tempChannels = strtoul(value, &endptr, DECIMAL_SYSTEM); in TransferChannels() local816 if ((errno == ERANGE && (tempChannels == ULONG_MAX)) || (errno != 0 && tempChannels == 0)) { in TransferChannels()819 int32_t ret = CheckAttrChannel(tempChannels); in TransferChannels()821 *channels = tempChannels; in TransferChannels()