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

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 506 for (size_t j = 0; j < mHwModules[i]->mOutputProfiles.size(); j++) {
507 IOProfile *profile = mHwModules[i]->mOutputProfiles[j];
513 return mHwModules[i]->mOutputProfiles[j];
521 return mHwModules[i]->mOutputProfiles[j];
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module

Completed in 54 milliseconds