Home
last modified time | relevance | path

Searched refs:NamedDevice (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DVtsHalNeuralnetworks.h30 using NamedDevice = Named<sp<IDevice>>; variable
31 using NeuralnetworksHidlTestParam = NamedDevice;
39 const std::vector<NamedDevice>& getNamedDevices();
DVtsHalNeuralnetworks.cpp86 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice()
90 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl()
96 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl()
102 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices()
103 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
DGeneratedTestHarness.h28 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>;
33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DVtsHalNeuralnetworks.h29 using NamedDevice = Named<sp<IDevice>>; variable
30 using NeuralnetworksHidlTestParam = NamedDevice;
38 const std::vector<NamedDevice>& getNamedDevices();
DVtsHalNeuralnetworks.cpp89 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice()
93 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl()
99 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl()
105 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices()
106 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
DGeneratedTestHarness.h28 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>;
33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DVtsHalNeuralnetworks.h30 using NamedDevice = Named<sp<IDevice>>; variable
31 using NeuralnetworksHidlTestParam = NamedDevice;
39 const std::vector<NamedDevice>& getNamedDevices();
DVtsHalNeuralnetworks.cpp92 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice()
96 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl()
102 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl()
108 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices()
109 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
DGeneratedTestHarness.h32 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>;
37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
DCompilationCachingTests.cpp407 using CompilationCachingTestParam = std::tuple<NamedDevice, OperandType>;
415 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest()
1216 using CompilationCachingSecurityTestParam = std::tuple<NamedDevice, OperandType, uint32_t>;
1223 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DVtsHalNeuralnetworks.h30 using NamedDevice = Named<sp<IDevice>>; variable
31 using NeuralnetworksHidlTestParam = NamedDevice;
39 const std::vector<NamedDevice>& getNamedDevices();
DVtsHalNeuralnetworks.cpp97 static NamedDevice makeNamedDevice(const std::string& name) { in makeNamedDevice()
101 static std::vector<NamedDevice> getNamedDevicesImpl() { in getNamedDevicesImpl()
107 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl()
113 const std::vector<NamedDevice>& getNamedDevices() { in getNamedDevices()
114 const static std::vector<NamedDevice> devices = getNamedDevicesImpl(); in getNamedDevices()
DGeneratedTestHarness.h32 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>;
37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
DMemoryDomainTests.cpp312 using MemoryDomainAllocateTestParam = std::tuple<NamedDevice, TestOperandType>;
317 : MemoryDomainTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainAllocateTest()
688 using MemoryDomainCopyTestParam = std::tuple<NamedDevice, TestOperandType>;
693 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainCopyTest()
836 using MemoryDomainExecutionTestParam = std::tuple<NamedDevice, TestOperandType, Executor>;
842 : MemoryDomainCopyTestBase(getData(std::get<NamedDevice>(GetParam())), in MemoryDomainExecutionTest()
DCompilationCachingTests.cpp410 using CompilationCachingTestParam = std::tuple<NamedDevice, OperandType>;
418 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingTest()
1207 using CompilationCachingSecurityTestParam = std::tuple<NamedDevice, OperandType, uint32_t>;
1214 : CompilationCachingTestBase(getData(std::get<NamedDevice>(GetParam())), in CompilationCachingSecurityTest()