/external/e2fsprogs/contrib/ |
e2croncheck | 11 # Make sure you customize "VG" so it is your LVM volume group name, 12 # "VOLUME" so it is the name of the filesystem's logical volume, 22 VOLUME=root 33 lvcreate -s -L ${SNAPSIZE} -n "${VOLUME}-snap" "${VG}/${VOLUME}" 34 if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${VOLUME}-snap" && \ 35 nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${VOLUME}-snap" ; then 37 tune2fs -C 0 -T "${START}" "/dev/${VG}/${VOLUME}" 40 tune2fs -C 16000 -T "19000101" "/dev/${VG}/${VOLUME}" [all...] |
/frameworks/av/services/audioflinger/tests/ |
test-mixer.cpp | 242 float f = AudioMixer::UNITY_GAIN_FLOAT / providers.size(); // normalize volume by # tracks 282 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f0); 283 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f0); 287 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f); 288 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f); 293 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::AUXLEVEL, &f0);
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 271 // newly allocated track names default to full scale volume 288 // but may have a different buffer provider or volume provider 304 mMixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f); 305 mMixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f); 345 // for each track, update volume and check for underrun 377 mMixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &vlf); 378 mMixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &vrf);
|
AudioMixer.h | 58 static const uint32_t MAX_NUM_VOLUMES = 2; // stereo volume only 75 RAMP_VOLUME = 0x3002, // ramp to new volume 76 VOLUME = 0x3003, // don't ramp 100 // for target RAMP_VOLUME and VOLUME (8 channels max) 176 // TODO: Eventually remove legacy integer volume settings 178 int16_t volume[MAX_NUM_VOLUMES]; // U4.12 fixed point (top bit should be zero) member in union:android::AudioMixer::track_t::__anon29338 252 float mVolume[MAX_NUM_VOLUMES]; // floating point set volume 253 float mPrevVolume[MAX_NUM_VOLUMES]; // floating point previous volume 254 float mVolumeInc[MAX_NUM_VOLUMES]; // floating point volume increment 340 /* multi-format volume mixing function (calls template function [all...] |
AudioMixer.cpp | 174 // Integer volume. 175 // Currently integer volume is kept for the legacy integer mixer. 177 t->volume[0] = UNITY_GAIN_INT; 178 t->volume[1] = UNITY_GAIN_INT; 187 // Floating point volume. 479 /* Sets the volume ramp variables for the AudioMixer. 481 * The volume ramp variables are used to transition from the previous 482 * volume to the set volume. ramp controls the duration of the transition. 486 * FIXME: 1) Volume ramp is enabled only if there is a nonzero integer incremen [all...] |
Threads.cpp | [all...] |
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 90 _(VOLUME),
|
/frameworks/wilhelm/tests/automated/ |
BufferQueue_test.cpp | 42 // volume of sine wave in range 0.0 to 1.0 463 #if 1 // temporary workaround if hardware volume control is not working 464 const char *VOLUME = getenv("BufferQueue_test_VOLUME"); 465 if (NULL != VOLUME) { 466 float volume = atof(VOLUME); local 467 if (volume >= 0.0f && volume <= 1.0f) { 468 gVolume = volume;
|
/prebuilts/devtools/tools/lib/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/ |
commons-compress-1.9.jar | |
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
gwt-dev.jar | |