Searched refs:NamedDevice (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<sp<IDevice>>; variable 31 using NeuralnetworksHidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 86 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()
|
D | GeneratedTestHarness.h | 28 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.h | 29 using NamedDevice = Named<sp<IDevice>>; variable 30 using NeuralnetworksHidlTestParam = NamedDevice; 38 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 89 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()
|
D | GeneratedTestHarness.h | 28 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 33 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<sp<IDevice>>; variable 31 using NeuralnetworksHidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 92 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()
|
D | GeneratedTestHarness.h | 32 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
D | CompilationCachingTests.cpp | 407 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/ |
D | VtsHalNeuralnetworks.h | 30 using NamedDevice = Named<sp<IDevice>>; variable 31 using NeuralnetworksHidlTestParam = NamedDevice; 39 const std::vector<NamedDevice>& getNamedDevices();
|
D | VtsHalNeuralnetworks.cpp | 97 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()
|
D | GeneratedTestHarness.h | 32 using GeneratedTestParam = std::tuple<NamedDevice, NamedModel>; 37 const sp<IDevice> kDevice = getData(std::get<NamedDevice>(GetParam()));
|
D | MemoryDomainTests.cpp | 312 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()
|
D | CompilationCachingTests.cpp | 410 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()
|