Home
last modified time | relevance | path

Searched refs:typeMix (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSerializer.h139 static const char typeMix[]; /**< type attribute mix value. */ member
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp341 const char RouteTraits::Attributes::typeMix[] = "mix"; member in android::RouteTraits::Attributes
354 audio_route_type_t routeType = (type == Attributes::typeMix) ? in deserialize()