Lines Matching refs:ShimDevice
183 ShimDevice::ShimDevice(std::shared_ptr<const NnApiSupportLibrary> nnapi, in ShimDevice() function in aidl::android::hardware::neuralnetworks::ShimDevice
319 ::ndk::ScopedAStatus ShimDevice::allocate(const BufferDesc& desc, in allocate()
462 ndk::ScopedAStatus ShimDevice::getCapabilities(Capabilities* capabilities) { in getCapabilities()
467 ndk::ScopedAStatus ShimDevice::getNumberOfCacheFilesNeeded(NumberOfCacheFiles* numberOfCacheFiles) { in getNumberOfCacheFilesNeeded()
472 ndk::ScopedAStatus ShimDevice::getSupportedExtensions(std::vector<Extension>* extensions) { in getSupportedExtensions()
477 ndk::ScopedAStatus ShimDevice::getSupportedOperations(const Model& model, in getSupportedOperations()
502 ndk::ScopedAStatus ShimDevice::getType(DeviceType* type) { in getType()
510 ndk::ScopedAStatus ShimDevice::getVersionString(std::string* versionString) { in getVersionString()
528 ndk::ScopedAStatus ShimDevice::prepareModelCommon( in prepareModelCommon()
627 ndk::ScopedAStatus ShimDevice::prepareModel( in prepareModel()
637 ndk::ScopedAStatus ShimDevice::prepareModelWithConfig( in prepareModelWithConfig()
645 ndk::ScopedAStatus ShimDevice::prepareModelFromCache( in prepareModelFromCache()