Lines Matching refs:kInterface

65     const std::string& getName() const override { return kInterface->getName(); }  in getName()
66 const std::string& getVersionString() const override { return kInterface->getVersionString(); } in getVersionString()
67 int64_t getFeatureLevel() const override { return kInterface->getFeatureLevel(); } in getFeatureLevel()
68 int32_t getType() const override { return kInterface->getType(); } in getType()
70 return kInterface->getSupportedExtensions(); in getSupportedExtensions()
74 const auto& capabilities = kInterface->getCapabilities(); in getPerformance()
78 const auto& capabilities = kInterface->getCapabilities(); in getRelaxedFloat32toFloat16PerformanceScalar()
82 const auto& capabilities = kInterface->getCapabilities(); in getRelaxedFloat32toFloat16PerformanceTensor()
86 const auto& capabilities = kInterface->getCapabilities(); in getIfPerformance()
90 const auto& capabilities = kInterface->getCapabilities(); in getWhilePerformance()
96 kInterface->getNumberOfCacheFilesNeeded(); in isCachingSupported()
99 int wait() const override { return kInterface->wait(); } in wait()
110 const std::shared_ptr<VersionedIDevice> kInterface; member in android::nn::DriverDevice
161 : kInterface(std::move(device)) { in DriverDevice()
162 CHECK(kInterface != nullptr); in DriverDevice()
188 std::tie(status, supportedOperations) = kInterface->getSupportedOperations(metaModel); in getSupportedOperations()
247 const auto [n, preparedModel] = kInterface->prepareModel(makeModel, preference, priority, in prepareModel()
268 kInterface->allocate(hidlDesc, preparedModels, desc.inputRoles, desc.outputRoles); in allocate()