Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediahelper/include/media/
H A 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()
/aosp12/frameworks/av/media/libmediahelper/
H A DTypeConverter.cpp58 template class TypeConverter<OutputDeviceTraits>;
/aosp12/frameworks/av/services/mediametrics/
H A DAudioTypes.cpp410 return stringFromFlags<OutputDeviceTraits>(outputDevice, sizeof("AUDIO_DEVICE_OUT"));