/frameworks/base/media/java/android/media/audiofx/ |
D | EnvironmentalReverb.java | 151 checkStatus(setParameter(PARAM_ROOM_LEVEL, param)); in setRoomLevel() 164 checkStatus(getParameter(PARAM_ROOM_LEVEL, param)); in getRoomLevel() 180 checkStatus(setParameter(PARAM_ROOM_HF_LEVEL, param)); in setRoomHFLevel() 193 checkStatus(getParameter(PARAM_ROOM_HF_LEVEL, param)); in getRoomHFLevel() 207 checkStatus(setParameter(PARAM_DECAY_TIME, param)); in setDecayTime() 220 checkStatus(getParameter(PARAM_DECAY_TIME, param)); in getDecayTime() 236 checkStatus(setParameter(PARAM_DECAY_HF_RATIO, param)); in setDecayHFRatio() 249 checkStatus(getParameter(PARAM_DECAY_HF_RATIO, param)); in getDecayHFRatio() 265 checkStatus(setParameter(PARAM_REFLECTIONS_LEVEL, param)); in setReflectionsLevel() 278 checkStatus(getParameter(PARAM_REFLECTIONS_LEVEL, param)); in getReflectionsLevel() [all …]
|
D | Equalizer.java | 156 checkStatus(getParameter(param, value)); in Equalizer() 183 checkStatus(getParameter(param, result)); in getNumberOfBands() 200 checkStatus(getParameter(PARAM_LEVEL_RANGE, result)); in getBandLevelRange() 223 checkStatus(setParameter(param, value)); in setBandLevel() 242 checkStatus(getParameter(param, result)); in getBandLevel() 264 checkStatus(getParameter(param, result)); in getCenterFreq() 285 checkStatus(getParameter(param, result)); in getBandFreqRange() 305 checkStatus(getParameter(param, result)); in getBand() 320 checkStatus(getParameter(PARAM_CURRENT_PRESET, result)); in getCurrentPreset() 335 checkStatus(setParameter(PARAM_CURRENT_PRESET, preset)); in usePreset() [all …]
|
D | BassBoost.java | 101 checkStatus(getParameter(PARAM_STRENGTH_SUPPORTED, value)); in BassBoost() 127 checkStatus(setParameter(PARAM_STRENGTH, strength)); in setStrength() 141 checkStatus(getParameter(PARAM_STRENGTH, value)); in getRoundedStrength() 270 checkStatus(getParameter(PARAM_STRENGTH, value)); in getProperties() 285 checkStatus(setParameter(PARAM_STRENGTH, settings.strength)); in setProperties()
|
D | Virtualizer.java | 132 checkStatus(getParameter(PARAM_STRENGTH_SUPPORTED, value)); in Virtualizer() 158 checkStatus(setParameter(PARAM_STRENGTH, strength)); in setStrength() 172 checkStatus(getParameter(PARAM_STRENGTH, value)); in getRoundedStrength() 250 checkStatus(status); in getAnglesInt() 454 checkStatus(status); in forceVirtualizationMode() 484 checkStatus(status); in getVirtualizationMode() 617 checkStatus(getParameter(PARAM_STRENGTH, value)); in getProperties() 632 checkStatus(setParameter(PARAM_STRENGTH, settings.strength)); in setProperties()
|
D | PresetReverb.java | 144 checkStatus(setParameter(PARAM_PRESET, preset)); in setPreset() 157 checkStatus(getParameter(PARAM_PRESET, value)); in getPreset() 286 checkStatus(getParameter(PARAM_PRESET, value)); in getProperties() 301 checkStatus(setParameter(PARAM_PRESET, settings.preset)); in setProperties()
|
D | LoudnessEnhancer.java | 124 checkStatus(setParameter(PARAM_TARGET_GAIN_MB, gainmB)); in setTargetGain() 137 checkStatus(getParameter(PARAM_TARGET_GAIN_MB, value)); in getTargetGain() 272 checkStatus(getParameter(PARAM_TARGET_GAIN_MB, value)); in getProperties() 288 checkStatus(setParameter(PARAM_TARGET_GAIN_MB, settings.targetGainmB)); in setProperties()
|
D | DynamicsProcessing.java | 2141 checkStatus(getParameter(params, result)); in getOneInt() 2150 checkStatus(setParameter(params, value)); in setTwoFloat() 2201 checkStatus(setParameter(paramBytes, valueBytes)); in setNumberArray() 2208 checkStatus(getParameter(params, result)); in getTwoFloat()
|
D | AudioEffect.java | 1443 public void checkStatus(int status) { in checkStatus() method in AudioEffect
|
/frameworks/base/core/java/android/print/ |
D | PrinterInfo.java | 249 private static @Status int checkStatus(int status) { in checkStatus() method in PrinterInfo 275 mStatus = checkStatus(parcel.readInt()); in PrinterInfo() 426 mStatus = checkStatus(status); in Builder() 456 mStatus = checkStatus(status); in setStatus()
|
/frameworks/native/opengl/libs/EGL/ |
D | MultifileBlobCache.h | 133 bool checkStatus(const std::string& baseDir);
|
D | MultifileBlobCache.cpp | 125 if (checkStatus(mMultifileDirName.c_str())) { in MultifileBlobCache() 561 bool MultifileBlobCache::checkStatus(const std::string& baseDir) { in checkStatus() function in android::MultifileBlobCache
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 23877 Landroid/media/audiofx/AudioEffect;->checkStatus(I)V 40451 Landroid/print/PrinterInfo;->checkStatus(I)I
|