OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_route_type_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioRoute.h
34
}
audio_route_type_t
;
typedef in namespace:android
39
AudioRoute(
audio_route_type_t
type) : mType(type) {}
47
audio_route_type_t
getType() const { return mType; }
54
audio_route_type_t
mType;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp
353
audio_route_type_t
routeType = (type == Attributes::typeMix) ?
Completed in 428 milliseconds