Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DProtectCallback.h64 [[nodiscard]] ::android::base::ScopeGuard<Cleanup> protectCallback(
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DProtectCallback.h86 [[nodiscard]] Hold protectCallback(IProtectedCallback* killable) const;
/hardware/interfaces/neuralnetworks/utils/common/src/
DProtectCallback.cpp90 [[nodiscard]] base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in android::hardware::neuralnetworks::utils::DeathHandler
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp205 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
225 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
DPreparedModel.cpp125 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp104 [[nodiscard]] ::android::base::ScopeGuard<DeathHandler::Cleanup> DeathHandler::protectCallback( in protectCallback() function in aidl::android::hardware::neuralnetworks::utils::DeathHandler
DDevice.cpp232 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
250 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp252 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
270 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModelFromCache()
DPreparedModel.cpp80 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeAsynchronously()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DPreparedModel.cpp84 const auto scoped = kDeathHandler.protectCallback(cb.get()); in executeInternal()
DDevice.cpp155 const auto scoped = kDeathHandler.protectCallback(cb.get()); in prepareModel()
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp156 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()`.