HomeSort by relevance Sort by last modified time
    Searched refs:IOProfile (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 172 class IOProfile;
183 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
184 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module
187 // the IOProfile class describes the capabilities of an output or input stream.
192 class IOProfile
195 IOProfile(HwModule *module);
196 ~IOProfile();
237 AudioOutputDescriptor(const IOProfile *profile);
264 const IOProfile *mProfile; // I/O profile this output derives from
274 AudioInputDescriptor(const IOProfile *profile)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 447 AudioPolicyManagerBase::IOProfile *AudioPolicyManagerBase::getProfileForDirectOutput(
459 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
518 IOProfile *profile = getProfileForDirectOutput(device,
    [all...]

Completed in 309 milliseconds