Searched refs:namedDevices (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 98 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 99 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 100 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 101 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 101 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 102 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 103 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 104 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 104 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 105 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 106 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 107 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 110 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 111 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 112 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 113 return namedDevices; in getNamedDevicesImpl()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | VtsHalNeuralnetworks.cpp | 109 std::vector<NamedDevice> namedDevices; in getNamedDevicesImpl() local 110 namedDevices.reserve(names.size()); in getNamedDevicesImpl() 111 std::transform(names.begin(), names.end(), std::back_inserter(namedDevices), makeNamedDevice); in getNamedDevicesImpl() 112 return namedDevices; in getNamedDevicesImpl()
|