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