Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h203 typedef TypeConverter<OutputDeviceTraits> OutputDeviceConverter; typedef
219 template<> const OutputDeviceConverter::Table OutputDeviceConverter::mTable[];
291 OutputDeviceConverter::maskToString(devices, result); in toString()
/frameworks/av/media/libmediahelper/
DTypeConverter.cpp25 const OutputDeviceConverter::Table OutputDeviceConverter::mTable[] = {
419 OutputDeviceConverter::fromString(literalDevice, device); in deviceFromString()
/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp75 OutputDeviceConverter::toString(*it, deviceTypeStr) : in deviceTypesToString()