Searched refs:DeviceTraits (Results 1 – 2 of 2) sorted by relevance
55 using DeviceTraits = DefaultTraits<audio_devices_t>; variable56 struct OutputDeviceTraits : public DeviceTraits {};57 struct InputDeviceTraits : public DeviceTraits {};219 typedef TypeConverter<DeviceTraits> DeviceConverter;240 inline bool TypeConverter<DeviceTraits>::toStringImpl( in toStringImpl()241 const DeviceTraits::Type &value, std::string &str) { in toStringImpl()247 inline bool TypeConverter<DeviceTraits>::fromStringImpl( in fromStringImpl()248 const std::string &str, DeviceTraits::Type &result) { in fromStringImpl()
62 template class TypeConverter<DeviceTraits>;