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

  /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::__anon31797
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadioIntent.java 30 public static final String VOLUME = "fm.rx.intent.VOLUME";
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 64 /* Volume range */
109 public static final String VOLUME = "VOLUME";

Completed in 331 milliseconds