Searched refs:InputDeviceTraits (Results 1 – 3 of 3) sorted by relevance
57 struct InputDeviceTraits : public DeviceTraits {}; struct221 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()
61 template class TypeConverter<InputDeviceTraits>;
577 return stringFromFlags<InputDeviceTraits>(inputDevice, sizeof("AUDIO_DEVICE_IN")); in lookup()