Searched refs:getDeviceAndDeathHandler (Results 1 – 2 of 2) sorted by relevance
533 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> getDeviceAndDeathHandler() const;578 auto getDeviceAndDeathHandler() const EXCLUDES(mMutex) { in getDeviceAndDeathHandler() function580 return mCore.getDeviceAndDeathHandler<T_IDevice>(); in getDeviceAndDeathHandler()
309 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> VersionedIDevice::Core::getDeviceAndDeathHandler() in getDeviceAndDeathHandler() function in android::nn::VersionedIDevice::Core365 std::tie(device, deathHandler) = getDeviceAndDeathHandler<T_IDevice>(); in recoverable()399 std::tie(device, deathHandler) = mCore.getDeviceAndDeathHandler<T_IDevice>(); in recoverable()