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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HwModule.h 66 status_t addInputProfile(const sp<IOProfile> &profile);
72 status_t addInputProfile(const String8& name, const audio_config_t *config,
AudioPolicyConfig.h 133 module->addInputProfile(inProfile);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
HwModule.cpp 68 status_t HwModule::addInputProfile(const sp<IOProfile> &profile)
82 return addInputProfile(profile);
108 status_t HwModule::addInputProfile(const String8& name, const audio_config_t *config,
119 ALOGV("addInputProfile() name %s rate %d mask 0x%08x",
122 return addInputProfile(profile);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 310 milliseconds