Searched refs:ShimDevice (Results 1 – 4 of 4) sorted by relevance
183 ShimDevice::ShimDevice(std::shared_ptr<const NnApiSupportLibrary> nnapi, in ShimDevice() function in aidl::android::hardware::neuralnetworks::ShimDevice319 ::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()[all …]
45 using aidl::android::hardware::neuralnetworks::ShimDevice;77 const std::string instance = std::string(ShimDevice::descriptor) + "/" + name; in registerService()169 auto shimDevice = ndk::SharedRefBase::make<ShimDevice>(nnapi, device, info.serviceName); in registerDevices()
55 "ShimDevice.cpp",
38 class ShimDevice : public BnDevice {40 ShimDevice(std::shared_ptr<const NnApiSupportLibrary>, ANeuralNetworksDevice*,