Home
last modified time | relevance | path

Searched refs:ShimDevice (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp181 ShimDevice::ShimDevice(std::shared_ptr<const NnApiSupportLibrary> nnapi, in ShimDevice() function in aidl::android::hardware::neuralnetworks::ShimDevice
318 ::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()
DShimDeviceManager.cpp45 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()
DAndroid.bp50 "ShimDevice.cpp",
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimDevice.h38 class ShimDevice : public BnDevice {
40 ShimDevice(std::shared_ptr<const NnApiSupportLibrary>, ANeuralNetworksDevice*,