Searched refs:curves (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 190 status_t getVolumeIndex(const IVolumeCurves &curves, int &index, 514 auto *curves = mEngine->getVolumeCurvesForVolumeGroup( in getVolumeCurves() local 516 ALOG_ASSERT(curves != nullptr, "No curves for volume source %d", volumeSource); in getVolumeCurves() 517 return *curves; in getVolumeCurves() 521 auto *curves = mEngine->getVolumeCurvesForAttributes(attr); in getVolumeCurves() local 522 ALOG_ASSERT(curves != nullptr, "No curves for attributes %s", toString(attr).c_str()); in getVolumeCurves() 523 return *curves; in getVolumeCurves() 527 auto *curves = mEngine->getVolumeCurvesForStreamType(stream); in getVolumeCurves() local 528 ALOG_ASSERT(curves != nullptr, "No curves for stream %s", toString(stream).c_str()); in getVolumeCurves() 529 return *curves; in getVolumeCurves() [all …]
|
D | AudioPolicyManager.cpp | 2517 auto &curves = getVolumeCurves(client->attributes()); in startSource() local 2518 if (NO_ERROR != checkAndSetVolume(curves, client->volumeSource(), in startSource() 2519 curves.getVolumeIndex(outputDesc->devices().types()), in startSource() 3461 IVolumeCurves &curves = getVolumeCurves(attributes); in setVolumeIndexForAttributes() local 3469 status = setVolumeCurveIndex(index, device, curves); in setVolumeIndexForAttributes() 3476 auto curCurvAttrs = curves.getAttributes(); in setVolumeIndexForAttributes() 3480 } else if (!curves.getStreamTypes().empty()) { in setVolumeIndexForAttributes() 3481 auto stream = curves.getStreamTypes().front(); in setVolumeIndexForAttributes() 3521 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes() 3532 desc->setSwMute((index == 0), vs, curves.getStreamTypes(), curDevices, 0 /*delayMs*/); in setVolumeIndexForAttributes() [all …]
|
/frameworks/av/services/audiopolicy/engine/common/src/ |
D | EngineBase.cpp | 368 VolumeCurves *curves = getVolumeCurvesForStreamType(stream); in restoreOriginVolumeCurve() local 369 return curves != nullptr ? curves->switchCurvesFrom(*curves) : BAD_VALUE; in restoreOriginVolumeCurve()
|
/frameworks/native/libs/input/ |
D | input_flags.aconfig | 99 …description: "Change the acceleration curves for mouse pointer movements to match the touchpad one…
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 908 // curves to be used when generating SSID only bases score curves.
|