Searched refs:halIndex (Results 1 – 1 of 1) sorted by relevance
308 bool _castFromHalBaseAndConvert(size_t halIndex, in _castFromHalBaseAndConvert() argument313 if (halIndex != Index) { in _castFromHalBaseAndConvert()314 return _castFromHalBaseAndConvert<Index - 1>(halIndex, halBase); in _castFromHalBaseAndConvert()338 bool castFromHalBaseAndConvert(size_t halIndex, in castFromHalBaseAndConvert() argument340 if (!_castFromHalBaseAndConvert<>(halIndex, halBase)) { in castFromHalBaseAndConvert()533 uint32_t halIndex; variable535 if (reply.readUint32(&halIndex) != OK) {550 if (!castFromHalBaseAndConvert(static_cast<size_t>(halIndex),553 "HAL index = %" PRIu32 ".", halIndex);