Home
last modified time | relevance | path

Searched refs:getDeathMonitor (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DProtectCallback.h67 std::shared_ptr<DeathMonitor> getDeathMonitor() const { return kDeathMonitor; } in getDeathMonitor() function
DDevice.h82 DeathMonitor* getDeathMonitor() const;
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp286 DeathMonitor* Device::getDeathMonitor() const { in getDeathMonitor() function in aidl::android::hardware::neuralnetworks::utils::Device
287 return kDeathHandler.getDeathMonitor().get(); in getDeathMonitor()
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DDeviceTest.cpp672 DeathMonitor::serviceDied(device->getDeathMonitor()); in TEST()
795 DeathMonitor::serviceDied(device->getDeathMonitor()); in TEST()