Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h57 struct InputDeviceTraits : public DeviceTraits {}; struct
221 typedef TypeConverter<InputDeviceTraits> InputDeviceConverter;
275 inline bool TypeConverter<InputDeviceTraits>::toStringImpl( in toStringImpl()
276 const InputDeviceTraits::Type &value, std::string &str) { in toStringImpl()
285 inline bool TypeConverter<InputDeviceTraits>::fromStringImpl( in fromStringImpl()
286 const std::string &str, InputDeviceTraits::Type &result) { in fromStringImpl()
287 InputDeviceTraits::Type temp; in fromStringImpl()
/frameworks/av/media/libmediahelper/
DTypeConverter.cpp61 template class TypeConverter<InputDeviceTraits>;
/frameworks/av/services/mediametrics/
DAudioTypes.cpp577 return stringFromFlags<InputDeviceTraits>(inputDevice, sizeof("AUDIO_DEVICE_IN")); in lookup()