Home
last modified time | relevance | path

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

/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h308 bool _castFromHalBaseAndConvert(size_t halIndex, in _castFromHalBaseAndConvert() argument
313 if (halIndex != Index) { in _castFromHalBaseAndConvert()
314 return _castFromHalBaseAndConvert<Index - 1>(halIndex, halBase); in _castFromHalBaseAndConvert()
338 bool castFromHalBaseAndConvert(size_t halIndex, in castFromHalBaseAndConvert() argument
340 if (!_castFromHalBaseAndConvert<>(halIndex, halBase)) { in castFromHalBaseAndConvert()
533 uint32_t halIndex; variable
535 if (reply.readUint32(&halIndex) != OK) {
550 if (!castFromHalBaseAndConvert(static_cast<size_t>(halIndex),
553 "HAL index = %" PRIu32 ".", halIndex);