Searched refs:protectCallback (Results 1 – 13 of 13) sorted by relevance
86 [[nodiscard]] Hold protectCallback(IProtectedCallback* killable) const;
94 [[nodiscard]] ::android::base::ScopeGuard<Cleanup> protectCallback(
91 [[nodiscard]] base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in android::hardware::neuralnetworks::utils::DeathHandler
85 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeInternal()
157 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
207 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()227 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
124 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
254 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()272 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
80 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
145 [[nodiscard]] ::android::base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in aidl::android::hardware::neuralnetworks::utils::DeathHandler
234 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()264 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
158 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
112 the `IProtectedCallback` object must have been registered via `DeathHandler::protectCallback()`.