Lines Matching refs:VersionedIDevice

711 std::shared_ptr<VersionedIDevice> VersionedIDevice::create(std::string serviceName,  in create()
737 return std::make_shared<VersionedIDevice>( in create()
742 VersionedIDevice::VersionedIDevice(hal::Capabilities capabilities, in VersionedIDevice() function in android::nn::VersionedIDevice
757 std::optional<VersionedIDevice::Core> VersionedIDevice::Core::create(sp<V1_0::IDevice> device) { in create()
785 VersionedIDevice::Core::Core(sp<V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler) in Core()
792 VersionedIDevice::Core::~Core() { in ~Core()
802 VersionedIDevice::Core::Core(Core&& other) noexcept in Core()
811 VersionedIDevice::Core& VersionedIDevice::Core::operator=(Core&& other) noexcept { in operator =()
824 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> VersionedIDevice::Core::getDeviceAndDeathHandler() in getDeviceAndDeathHandler()
873 Return<T_Return> VersionedIDevice::recoverable( in recoverable()
923 int VersionedIDevice::wait() const { in wait()
952 const Capabilities& VersionedIDevice::getCapabilities() const { in getCapabilities()
956 const std::vector<Extension>& VersionedIDevice::getSupportedExtensions() const { in getSupportedExtensions()
960 std::pair<ErrorStatus, hidl_vec<bool>> VersionedIDevice::getSupportedOperations( in getSupportedOperations()
1206 std::pair<int, std::shared_ptr<VersionedIPreparedModel>> VersionedIDevice::prepareModelInternal( in prepareModelInternal()
1390 VersionedIDevice::prepareModelFromCacheInternal(const std::optional<Deadline>& deadline, in prepareModelFromCacheInternal()
1470 std::pair<int, std::shared_ptr<VersionedIPreparedModel>> VersionedIDevice::prepareModel( in prepareModel()
1489 int64_t VersionedIDevice::getFeatureLevel() const { in getFeatureLevel()
1506 int32_t VersionedIDevice::getType() const { in getType()
1510 const std::string& VersionedIDevice::getVersionString() const { in getVersionString()
1514 std::pair<uint32_t, uint32_t> VersionedIDevice::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
1518 const std::string& VersionedIDevice::getName() const { in getName()
1522 std::tuple<ErrorStatus, sp<IBuffer>, uint32_t> VersionedIDevice::allocate( in allocate()