Searched defs:audio_route_type_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioRoute.h34 } audio_route_type_t; typedef in namespace:android
39 explicit AudioRoute(audio_route_type_t type) : mType(type) {}
47 audio_route_type_t getType() const { return mType; }
54 audio_route_type_t mType;

Completed in 49 milliseconds