Searched refs:getDeviceAndDeathHandler (Results 1 – 2 of 2) sorted by relevance
491 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> getDeviceAndDeathHandler() const;537 auto getDeviceAndDeathHandler() const EXCLUDES(mMutex) { in getDeviceAndDeathHandler() function539 return mCore.getDeviceAndDeathHandler<T_IDevice>(); in getDeviceAndDeathHandler()
824 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> VersionedIDevice::Core::getDeviceAndDeathHandler() in getDeviceAndDeathHandler() function in android::nn::VersionedIDevice::Core880 std::tie(device, deathHandler) = getDeviceAndDeathHandler<T_IDevice>(); in recoverable()914 std::tie(device, deathHandler) = mCore.getDeviceAndDeathHandler<T_IDevice>(); in recoverable()