Lines Matching refs:nnapiSLImpl
114 ANeuralNetworksShimResultCode registerDevices(NnApiSLDriverImpl* nnapiSLImpl, in registerDevices() argument
119 if (nnapiSLImpl == nullptr) { in registerDevices()
128 if (nnapiSLImpl->implFeatureLevel < ANEURALNETWORKS_FEATURE_LEVEL_5) { in registerDevices()
137 if (nnapiSLImpl->implFeatureLevel == ANEURALNETWORKS_FEATURE_LEVEL_5) { in registerDevices()
139 *reinterpret_cast<NnApiSLDriverImplFL5*>(nnapiSLImpl), nullptr); in registerDevices()
141 if (nnapiSLImpl->implFeatureLevel == ANEURALNETWORKS_FEATURE_LEVEL_6) { in registerDevices()
143 *reinterpret_cast<NnApiSLDriverImplFL6*>(nnapiSLImpl), nullptr); in registerDevices()
145 if (nnapiSLImpl->implFeatureLevel == ANEURALNETWORKS_FEATURE_LEVEL_7) { in registerDevices()
147 *reinterpret_cast<NnApiSLDriverImplFL7*>(nnapiSLImpl), nullptr); in registerDevices()
149 if (nnapiSLImpl->implFeatureLevel >= ANEURALNETWORKS_FEATURE_LEVEL_8) { in registerDevices()
151 *reinterpret_cast<NnApiSLDriverImplFL8*>(nnapiSLImpl), nullptr); in registerDevices()