Searched refs:OutputDeviceTraits (Results 1 – 3 of 3) sorted by relevance
56 struct OutputDeviceTraits : public DeviceTraits {}; struct220 typedef TypeConverter<OutputDeviceTraits> OutputDeviceConverter;253 inline bool TypeConverter<OutputDeviceTraits>::toStringImpl( in toStringImpl()254 const OutputDeviceTraits::Type &value, std::string &str) { in toStringImpl()263 inline bool TypeConverter<OutputDeviceTraits>::fromStringImpl( in fromStringImpl()264 const std::string &str, OutputDeviceTraits::Type &result) { in fromStringImpl()265 OutputDeviceTraits::Type temp; in fromStringImpl()
60 template class TypeConverter<OutputDeviceTraits>;
592 return stringFromFlags<OutputDeviceTraits>(outputDevice, sizeof("AUDIO_DEVICE_OUT")); in lookup()