Searched refs:STUB (Results 1 – 7 of 7) sorted by relevance
25 ModuleStub(std::unique_ptr<Configuration>&& config) : Module(Type::STUB, std::move(config)) {} in ModuleStub()
49 enum Type : int { DEFAULT, R_SUBMIX, STUB, USB, BLUETOOTH }; enumerator
30 STUB
46 case IDevicesFactory::Device::STUB: in openDevice()
205 dev = IDevicesFactory::Device::STUB; in openDevice()
117 case Type::STUB: in createInstance()133 return Module::Type::STUB; in typeFromString()149 case Module::Type::STUB: in operator <<()
698 case Module::Type::STUB: in getConfiguration()