Searched defs:IOProfile (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h28 // the IOProfile class describes the capabilities of an output or input stream.
33 class IOProfile : public AudioPort class in namespace:android
36 IOProfile(const String8& name, audio_port_role_t role);
37 virtual ~IOProfile();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp17 #define LOG_TAG "APM::IOProfile"
20 #include "IOProfile.h"
26 IOProfile::IOProfile(const String8& name, audio_port_role_t role) function in class:android::IOProfile
31 IOProfile::~IOProfile()
38 bool IOProfile::isCompatibleProfile(audio_devices_t device,
121 void IOProfile::dump(int fd)
139 void IOProfile::log()

Completed in 58 milliseconds