Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h56 struct OutputDeviceTraits : public DeviceTraits {}; struct
220 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()
/frameworks/av/media/libmediahelper/
DTypeConverter.cpp60 template class TypeConverter<OutputDeviceTraits>;
/frameworks/av/services/mediametrics/
DAudioTypes.cpp592 return stringFromFlags<OutputDeviceTraits>(outputDevice, sizeof("AUDIO_DEVICE_OUT")); in lookup()