Home
last modified time | relevance | path

Searched refs:DEVICE_CATEGORY_SPEAKER (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/include/
DVolume.h55 DEVICE_CATEGORY_SPEAKER, enumerator
146 return DEVICE_CATEGORY_SPEAKER; in getDeviceCategory()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DTypeConverter.cpp29 MAKE_STRING_FROM_ENUM(DEVICE_CATEGORY_SPEAKER),
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp177 device_category deviceCat = DEVICE_CATEGORY_SPEAKER; in processParsingResult()
190 && deviceCat == DEVICE_CATEGORY_SPEAKER) { in processParsingResult()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp113 return legacy_device_category_to_string(DEVICE_CATEGORY_SPEAKER); in aidl2legacy_DeviceCategory()