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

/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) function in class:android::IOProfile
110 class InputProfile : public IOProfile
113 InputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {}
116 class OutputProfile : public IOProfile
119 OutputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {}

Completed in 89 milliseconds