Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp363 const auto maybeDeviceType = V1_2::utils::convert(kDevice->getType()); in getType() local
364 if (!maybeDeviceType.has_value()) { in getType()
365 const auto& [message, code] = maybeDeviceType.error(); in getType()
369 cb(V1_0::ErrorStatus::NONE, maybeDeviceType.value()); in getType()