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.cpp151 class IDeviceDeathHandler : public DeathHandler<PreparedModelCallback> {}; class
760 sp<IDeviceDeathHandler> deathHandler = new IDeviceDeathHandler(); in create()
784 VersionedIDevice::Core::Core(sp<V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler) in Core()
823 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> VersionedIDevice::Core::getDeviceAndDeathHandler() in getDeviceAndDeathHandler()
832 const sp<IDeviceDeathHandler>& deathHandler) { in callProtected()
867 const sp<IDeviceDeathHandler>&) { in callProtected() argument
878 sp<IDeviceDeathHandler> deathHandler; in recoverable()