Searched refs:InputProfile (Results 1 – 5 of 5) sorted by relevance
194 class InputProfile : public IOProfile197 explicit InputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {} in InputProfile() function
150 sp<InputProfile> inProfile = new InputProfile("primary"); in setDefault()
32 class InputProfile; variable
115 sp<IOProfile> profile = new InputProfile(name); in addInputProfile()
365 sp<InputProfile> msdInputProfile = new InputProfile("msd output"); in SetUpManagerConfig()