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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
HwModule.h 68 status_t addInputProfile(const sp<IOProfile> &profile);
74 status_t addInputProfile(const String8& name, const audio_config_t *config,
  /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 496 milliseconds