Lines Matching refs:VersionedIDevice

710 std::shared_ptr<VersionedIDevice> VersionedIDevice::create(std::string serviceName,  in create()
736 return std::make_shared<VersionedIDevice>( in create()
741 VersionedIDevice::VersionedIDevice(hal::Capabilities capabilities, in VersionedIDevice() function in android::nn::VersionedIDevice
756 std::optional<VersionedIDevice::Core> VersionedIDevice::Core::create(sp<V1_0::IDevice> device) { in create()
784 VersionedIDevice::Core::Core(sp<V1_0::IDevice> device, sp<IDeviceDeathHandler> deathHandler) in Core()
791 VersionedIDevice::Core::~Core() { in ~Core()
801 VersionedIDevice::Core::Core(Core&& other) noexcept in Core()
810 VersionedIDevice::Core& VersionedIDevice::Core::operator=(Core&& other) noexcept { in operator =()
823 std::pair<sp<T_IDevice>, sp<IDeviceDeathHandler>> VersionedIDevice::Core::getDeviceAndDeathHandler() in getDeviceAndDeathHandler()
872 Return<T_Return> VersionedIDevice::recoverable( in recoverable()
922 int VersionedIDevice::wait() const { in wait()
951 const Capabilities& VersionedIDevice::getCapabilities() const { in getCapabilities()
955 const std::vector<Extension>& VersionedIDevice::getSupportedExtensions() const { in getSupportedExtensions()
959 std::pair<ErrorStatus, hidl_vec<bool>> VersionedIDevice::getSupportedOperations( in getSupportedOperations()
1203 std::pair<int, std::shared_ptr<VersionedIPreparedModel>> VersionedIDevice::prepareModelInternal( in prepareModelInternal()
1387 VersionedIDevice::prepareModelFromCacheInternal(const std::optional<Deadline>& deadline, in prepareModelFromCacheInternal()
1467 std::pair<int, std::shared_ptr<VersionedIPreparedModel>> VersionedIDevice::prepareModel( in prepareModel()
1486 int64_t VersionedIDevice::getFeatureLevel() const { in getFeatureLevel()
1503 int32_t VersionedIDevice::getType() const { in getType()
1507 const std::string& VersionedIDevice::getVersionString() const { in getVersionString()
1511 std::pair<uint32_t, uint32_t> VersionedIDevice::getNumberOfCacheFilesNeeded() const { in getNumberOfCacheFilesNeeded()
1515 const std::string& VersionedIDevice::getName() const { in getName()
1519 std::tuple<ErrorStatus, sp<IBuffer>, uint32_t> VersionedIDevice::allocate( in allocate()