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.h97 std::shared_ptr<DeathMonitor> getDeathMonitor() const { return kDeathMonitor; } in getDeathMonitor() function
DDevice.h85 DeathMonitor* getDeathMonitor() const;
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp300 DeathMonitor* Device::getDeathMonitor() const { in getDeathMonitor() function in aidl::android::hardware::neuralnetworks::utils::Device
301 return kDeathHandler.getDeathMonitor().get(); in getDeathMonitor()
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DDeviceTest.cpp701 reinterpret_cast<void*>(device->getDeathMonitor()->getCookieKey())); in TEST_P()
851 reinterpret_cast<void*>(device->getDeathMonitor()->getCookieKey())); in TEST_P()
976 reinterpret_cast<void*>(device->getDeathMonitor()->getCookieKey())); in TEST_P()