Searched refs:protectCallback (Results 1 – 13 of 13) sorted by relevance
64 [[nodiscard]] ::android::base::ScopeGuard<Cleanup> protectCallback(
86 [[nodiscard]] Hold protectCallback(IProtectedCallback* killable) const;
90 [[nodiscard]] base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in android::hardware::neuralnetworks::utils::DeathHandler
205 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()225 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
125 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
104 [[nodiscard]] ::android::base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in aidl::android::hardware::neuralnetworks::utils::DeathHandler
232 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()250 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
252 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()270 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
80 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
84 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeInternal()
155 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
156 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
112 the `IProtectedCallback` object must have been registered via `DeathHandler::protectCallback()`.