HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 201 - 225 of 487) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 128 * Set route volume.
132 * - CLIENT_DATA_VOLUME : volume integer
137 * Update route volume.
141 * - CLIENT_DATA_VOLUME : volume delta integer
163 static final String CLIENT_DATA_VOLUME = "volume";
411 int controllerId, int volume) {
417 controller.onSetVolume(volume);
419 Log.d(TAG, client + ": Route volume changed"
420 + ", controllerId=" + controllerId + ", volume=" + volume);
813 int volume = data.getInt(CLIENT_DATA_VOLUME, -1); local
    [all...]
MediaRouteProvider.java 40 * as volume changes or {@link MediaControlIntent media control intents}
326 * Requests to set the volume of the route.
328 * @param volume The new volume value between 0 and {@link MediaRouteDescriptor#getVolumeMax}.
330 public void onSetVolume(int volume) {
334 * Requests an incremental volume update for the route.
336 * @param delta The delta to add to the current volume.
  /external/chromium/chrome/browser/speech/
speech_input_manager.cc 123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume);
349 void SpeechInputManagerImpl::SetInputVolume(int caller_id, float volume,
354 bubble_controller_->SetBubbleInputVolume(caller_id, volume, noise_volume);
  /hardware/libhardware/modules/audio/
audio_hw.c 280 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
285 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
290 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 238 final float volume = prefs.getFloat(PREF_KEYPRESS_SOUND_VOLUME, -1.0f); local
239 return (volume >= 0) ? volume : readDefaultKeypressSoundVolume(res);
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 231 bool RemoteAudio::startPlayback(bool stereo, int samplingF, int mode, int volume,
252 handler->getParam().mVolume = volume;
276 bool RemoteAudio::startRecording(bool stereo, int samplingF, int mode, int volume,
290 handler->getParam().mVolume = volume;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /external/quake/quake/src/WinQuake/
sound.h 76 int leftvol; // 0-255 volume
77 int rightvol; // 0-255 volume
85 int master_vol; // 0-255 master volume
166 extern cvar_t volume;
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 244 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 244 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 249 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 179 float WebMediaPlayerClientImpl::volume() const function in class:WebKit::WebMediaPlayerClientImpl
182 return m_mediaPlayer->volume();
354 void WebMediaPlayerClientImpl::setVolume(float volume)
357 m_webMediaPlayer->setVolume(volume);
WebMediaPlayerClientImpl.h 78 virtual float volume() const;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 53 // Implementor UUID for volume controller effect defined in
358 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
365 // creating a volume controller on output mix ensures that ro.audio.silent mutes
415 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
433 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
438 // creating a volume controller on output mix ensures that ro.audio.silent mutes
502 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
  /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;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 235 status_t setMasterVolume(float volume);
458 /** set the audio volume of a voice call. Range is between 0.0 and 1.0 */
459 virtual status_t setVoiceVolume(float volume);
462 * set the audio volume for all audio activities other than voice call.
466 virtual status_t setMasterVolume(float volume);
468 virtual status_t setFmVolume(float volume);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ProvisionParser.java 247 for (StorageVolume volume: volumeList) {
248 if (volume.isRemovable()) {
250 log("Removable: " + volume.getDescription(mService.mContext));
251 break; // Break only from the storage volume loop
253 log("Not Removable: " + volume.getDescription(mService.mContext));
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 52 * Special preference type that allows configuration of both the ring volume and
53 * notification volume.
129 final int volume = mAudioManager.getStreamVolume(streamType); local
130 mSeekBars[i].setProgress(volume);
149 // The always visible seekbar is for ring volume
324 mVolumeStore[i].volume = source.readInt();
333 dest.writeInt(mVolumeStore[i].volume);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 222 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-container"));
394 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider-mute-button"));
722 slider->setAttribute(valueAttr, String::number(mediaElement->volume()));
740 float volume = narrowPrecisionToFloat(value().toDouble()); local
741 if (volume != mediaElement()->volume()) {
743 mediaElement()->setVolume(volume, ec);
748 void MediaControlVolumeSliderElement::setVolume(float volume)
750 if (value().toFloat() != volume)
751 setValue(String::number(volume));
    [all...]

Completed in 2028 milliseconds

1 2 3 4 5 6 7 891011>>