Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h160 using FactoryAndDevice = std::tuple<std::string, std::string>; variable
162 : public InterfaceManager<RegularDeviceManager, FactoryAndDevice, IDevice> {
164 static sp<IDevice> createInterfaceInstance(const FactoryAndDevice& factoryAndDevice) { in createInterfaceInstance()