Searched refs:ShimDevice (Results 1 – 4 of 4) sorted by relevance
181 ShimDevice::ShimDevice(std::shared_ptr<const NnApiSupportLibrary> nnapi, in ShimDevice() function in aidl::android::hardware::neuralnetworks::ShimDevice318 ::ndk::ScopedAStatus ShimDevice::allocate(const BufferDesc& desc, in allocate()461 ndk::ScopedAStatus ShimDevice::getCapabilities(Capabilities* capabilities) { in getCapabilities()466 ndk::ScopedAStatus ShimDevice::getNumberOfCacheFilesNeeded(NumberOfCacheFiles* numberOfCacheFiles) { in getNumberOfCacheFilesNeeded()471 ndk::ScopedAStatus ShimDevice::getSupportedExtensions(std::vector<Extension>* extensions) { in getSupportedExtensions()476 ndk::ScopedAStatus ShimDevice::getSupportedOperations(const Model& model, in getSupportedOperations()501 ndk::ScopedAStatus ShimDevice::getType(DeviceType* type) { in getType()509 ndk::ScopedAStatus ShimDevice::getVersionString(std::string* versionString) { in getVersionString()527 ndk::ScopedAStatus ShimDevice::prepareModel( in prepareModel()600 ndk::ScopedAStatus ShimDevice::prepareModelFromCache( in prepareModelFromCache()
45 using aidl::android::hardware::neuralnetworks::ShimDevice;77 const std::string instance = std::string(ShimDevice::descriptor) + "/" + name; in registerService()156 auto shimDevice = ndk::SharedRefBase::make<ShimDevice>(nnapi, device, info.serviceName); in registerDevices()
50 "ShimDevice.cpp",
38 class ShimDevice : public BnDevice {40 ShimDevice(std::shared_ptr<const NnApiSupportLibrary>, ANeuralNetworksDevice*,