Lines Matching refs:LimitedSupportDevice
132 LimitedSupportDevice::SupportedOperationsFunction getSupportedOperations) { in makeDevice()
134 auto limitedDevice = std::make_shared<const LimitedSupportDevice>( in makeDevice()
141 LimitedSupportDevice::LimitedSupportDevice(SharedDevice device, Capabilities capabilities, in LimitedSupportDevice() function in android::nn::sample::LimitedSupportDevice
152 const std::string& LimitedSupportDevice::getName() const { in getName()
156 const std::string& LimitedSupportDevice::getVersionString() const { in getVersionString()
160 Version LimitedSupportDevice::getFeatureLevel() const { in getFeatureLevel()
164 DeviceType LimitedSupportDevice::getType() const { in getType()
168 const std::vector<Extension>& LimitedSupportDevice::getSupportedExtensions() const { in getSupportedExtensions()
172 const Capabilities& LimitedSupportDevice::getCapabilities() const { in getCapabilities()
176 std::pair<uint32_t, uint32_t> LimitedSupportDevice::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
180 GeneralResult<void> LimitedSupportDevice::wait() const { in wait()
184 GeneralResult<std::vector<bool>> LimitedSupportDevice::getSupportedOperations( in getSupportedOperations()
189 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModel( in prepareModel()
204 GeneralResult<SharedPreparedModel> LimitedSupportDevice::prepareModelFromCache( in prepareModelFromCache()
210 GeneralResult<SharedBuffer> LimitedSupportDevice::allocate( in allocate()