HomeSort by relevance Sort by last modified time
    Searched defs:setEffectEnabled (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
EffectDescriptor.cpp 95 setEffectEnabled(effectDesc, false);
111 status_t EffectDescriptorCollection::setEffectEnabled(int id, bool enabled)
119 return setEffectEnabled(valueAt(index), enabled);
123 status_t EffectDescriptorCollection::setEffectEnabled(const sp<EffectDescriptor> &effectDesc,
127 ALOGV("setEffectEnabled(%s) effect already %s",
134 ALOGW("setEffectEnabled(true) CPU Load limit exceeded for Fx %s, CPU %f MIPS",
139 ALOGV("setEffectEnabled(true) total CPU %d", mTotalEffectsCpuLoad);
142 ALOGW("setEffectEnabled(false) CPU load %d too high for total %d",
147 ALOGV("setEffectEnabled(false) total CPU %d", mTotalEffectsCpuLoad);
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 510 status_t AudioPolicyService::setEffectEnabled(int id, bool enabled)
516 return mAudioPolicyManager->setEffectEnabled(id, enabled);
AudioPolicyInterfaceImplLegacy.cpp 448 status_t AudioPolicyService::setEffectEnabled(int id, bool enabled)
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 178 virtual status_t setEffectEnabled(int id, bool enabled)
180 return mEffects.setEffectEnabled(id, enabled);
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 945 status_t AudioSystem::setEffectEnabled(int id, bool enabled)
    [all...]
IAudioPolicyService.cpp 448 virtual status_t setEffectEnabled(int id, bool enabled)
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 2166 milliseconds