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

  /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...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 64 /* Volume range */
109 public static final String VOLUME = "VOLUME";
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 87 _(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;
  /frameworks/av/services/audioflinger/
AudioMixer.h 70 RAMP_VOLUME = 0x3002, // ramp to new volume
71 VOLUME = 0x3003, // don't ramp
92 // for target RAMP_VOLUME and VOLUME (8 channels max)
158 int16_t volume[MAX_NUM_CHANNELS]; // [0]3.12 fixed point member in union:android::AudioMixer::track_t::__anon29988
FastMixer.cpp 323 // newly allocated track names default to full scale volume
336 // but may have a different buffer provider or volume provider
351 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0,
353 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1,
386 // for each track, update volume and check for underrun
421 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0,
423 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1,
    [all...]
AudioMixer.cpp 189 t->volume[0] = UNITY_GAIN;
190 t->volume[1] = UNITY_GAIN;
496 case VOLUME:
500 if (track.volume[param-VOLUME0] != valueInt) {
501 ALOGV("setParameter(VOLUME, VOLUME0/1: %04x)", valueInt);
502 track.prevVolume[param-VOLUME0] = track.volume[param-VOLUME0] << 16;
503 track.volume[param-VOLUME0] = valueInt;
504 if (target == VOLUME) {
521 ALOGV("setParameter(VOLUME, AUXLEVEL: %04x)", valueInt);
524 if (target == VOLUME) {
    [all...]
Threads.cpp     [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 30 public static final String VOLUME = "fm.rx.intent.VOLUME";
  /external/qemu/android/
hw-events.h 519 ABS_CODE(VOLUME, 0x20) \
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 271 milliseconds