Lines Matching refs:IOProfile
375 class IOProfile : public AudioPort
378 IOProfile(const String8& name, audio_port_role_t role, const sp<HwModule>& module);
379 virtual ~IOProfile();
414 Vector < sp<IOProfile> > mOutputProfiles; // output profiles exposed by this module
415 Vector < sp<IOProfile> > mInputProfiles; // input profiles exposed by this module
445 AudioOutputDescriptor(const sp<IOProfile>& profile);
481 const sp<IOProfile> mProfile; // I/O profile this output derives from
492 AudioInputDescriptor(const sp<IOProfile>& profile);
505 const sp<IOProfile> mProfile; // I/O profile this output derives from
719 sp<IOProfile> getInputProfile(audio_devices_t device,
724 sp<IOProfile> getProfileForDirectOutput(audio_devices_t device,