Home
last modified time | relevance | path

Searched refs:IDeviceDeathHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DVersionedInterfaces.h41 class IDeviceDeathHandler; variable
429 Core(sp<hal::V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler);
491 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> getDeviceAndDeathHandler() const;
525 sp<IDeviceDeathHandler> mDeathHandler;
DVersionedInterfaces.cpp152 class IDeviceDeathHandler : public DeathHandler<PreparedModelCallback> {}; class
761 sp<IDeviceDeathHandler> deathHandler = new IDeviceDeathHandler(); in create()
785 VersionedIDevice::Core::Core(sp<V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler) in Core()
824 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> VersionedIDevice::Core::getDeviceAndDeathHandler() in getDeviceAndDeathHandler()
833 const sp<IDeviceDeathHandler>& deathHandler) { in callProtected()
868 const sp<IDeviceDeathHandler>&) { in callProtected() argument
879 sp<IDeviceDeathHandler> deathHandler; in recoverable()