Lines Matching refs:InvalidDevice
47 std::shared_ptr<InvalidDevice> InvalidDevice::create() { in create()
67 return ndk::SharedRefBase::make<InvalidDevice>(std::move(capabilities), numberOfCacheFiles, in create()
72 InvalidDevice::InvalidDevice(Capabilities capabilities, in InvalidDevice() function in aidl::android::hardware::neuralnetworks::InvalidDevice
82 ndk::ScopedAStatus InvalidDevice::allocate( in allocate()
89 ndk::ScopedAStatus InvalidDevice::getCapabilities(Capabilities* capabilities) { in getCapabilities()
94 ndk::ScopedAStatus InvalidDevice::getNumberOfCacheFilesNeeded( in getNumberOfCacheFilesNeeded()
100 ndk::ScopedAStatus InvalidDevice::getSupportedExtensions(std::vector<Extension>* extensions) { in getSupportedExtensions()
105 ndk::ScopedAStatus InvalidDevice::getSupportedOperations(const Model& model, in getSupportedOperations()
114 ndk::ScopedAStatus InvalidDevice::getType(DeviceType* deviceType) { in getType()
119 ndk::ScopedAStatus InvalidDevice::getVersionString(std::string* versionString) { in getVersionString()
124 ndk::ScopedAStatus InvalidDevice::prepareModel( in prepareModel()
170 ndk::ScopedAStatus InvalidDevice::prepareModelFromCache( in prepareModelFromCache()