Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h204 typedef TypeConverter<InputDeviceTraits> InputDeviceConverter; typedef
220 template<> const InputDeviceConverter::Table InputDeviceConverter::mTable[];
289 InputDeviceConverter::maskToString(devices, result); in toString()
/frameworks/av/media/libmediahelper/
DTypeConverter.cpp67 const InputDeviceConverter::Table InputDeviceConverter::mTable[] = {
418 return InputDeviceConverter::fromString(literalDevice, device) || in deviceFromString()
/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp76 InputDeviceConverter::toString(*it, deviceTypeStr); in deviceTypesToString()