Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/src/
DResilientDevice.cpp42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() argument
43 -> decltype(fn(*resilientDevice.getDevice())) { in protect()
44 auto device = resilientDevice.getDevice(); in protect()
53 auto maybeDevice = resilientDevice.recover(device.get(), blocking); in protect()