Home
last modified time | relevance | path

Searched defs:deathHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp103 sp<IPreparedModelDeathHandler> deathHandler = new (std::nothrow) IPreparedModelDeathHandler(); in makeVersionedIPreparedModel() local
126 sp<IPreparedModelDeathHandler> deathHandler) in VersionedIPreparedModel()
250 sp<IDeviceDeathHandler> deathHandler = new (std::nothrow) IDeviceDeathHandler(); in create() local
273 VersionedIDevice::Core::Core(sp<V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler) in Core()
318 const sp<IDeviceDeathHandler>& deathHandler) { in callProtected()
364 sp<IDeviceDeathHandler> deathHandler; in recoverable() local
/frameworks/ml/nn/common/
DExecutionBurstController.cpp497 const sp<BurstContextDeathHandler> deathHandler = new BurstContextDeathHandler(onDeathCallback); in create() local
519 const sp<hardware::hidl_death_recipient>& deathHandler) in ExecutionBurstController()