Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DProtectCallback.h86 [[nodiscard]] Hold protectCallback(IProtectedCallback* killable) const;
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DProtectCallback.h94 [[nodiscard]] ::android::base::ScopeGuard<Cleanup> protectCallback(
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DProtectCallback.cpp91 [[nodiscard]] base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in android::hardware::neuralnetworks::utils::DeathHandler
DPreparedModel.cpp85 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeInternal()
DDevice.cpp157 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp207 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
227 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
DPreparedModel.cpp124 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp254 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
272 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
DPreparedModel.cpp80 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp145 [[nodiscard]] ::android::base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in aidl::android::hardware::neuralnetworks::utils::DeathHandler
DDevice.cpp234 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
264 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp158 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
/hardware/interfaces/neuralnetworks/utils/
DREADME.md112 the `IProtectedCallback` object must have been registered via `DeathHandler::protectCallback()`.