Searched refs:handleTransportError (Results 1 – 4 of 4) sorted by relevance
73 nn::GeneralResult<void> handleTransportError(const ndk::ScopedAStatus& ret);76 for (const auto status = handleTransportError(ret); !status.ok();) \
30 nn::GeneralResult<Type> handleTransportError(const hardware::Return<Type>& ret) { in handleTransportError() function48 auto result = ::android::hardware::neuralnetworks::utils::handleTransportError(ret); \
97 const auto maybeSuccess = handleTransportError(ret); in ~DeathHandler()
130 nn::GeneralResult<void> handleTransportError(const ndk::ScopedAStatus& ret) { in handleTransportError() function