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 184 class IOProfile;
195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
196 Vector <IOProfile *> mInputProfiles; // input profiles exposed by this module
199 // the IOProfile class describes the capabilities of an output or input stream.
204 class IOProfile
207 IOProfile(HwModule *module);
208 ~IOProfile();
253 AudioOutputDescriptor(const IOProfile *profile);
285 const IOProfile *mProfile; // I/O profile this output derives from
296 AudioInputDescriptor(const IOProfile *profile)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 495 AudioPolicyManagerBase::IOProfile *AudioPolicyManagerBase::getProfileForDirectOutput(
507 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
591 IOProfile *profile = NULL;
    [all...]

Completed in 72 milliseconds