Home
last modified time | relevance | path

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

/frameworks/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp144 EXPECT_TRUE(OutputDeviceConverter::fromString(stringVal, device)) in TEST()
147 EXPECT_TRUE(OutputDeviceConverter::fromString(stringValBack, deviceBack)) in TEST()
153 EXPECT_FALSE(OutputDeviceConverter::fromString(stringVal, device)) in TEST()
/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp75 OutputDeviceConverter::toString(*it, deviceTypeStr) : in deviceTypesToString()
/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h220 typedef TypeConverter<OutputDeviceTraits> OutputDeviceConverter; typedef