HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 76 - 100 of 978) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/java/android/media/
MediaRouterClientState.java 103 public int volume; field in class:MediaRouterClientState.RouteInfo
127 volume = other.volume;
142 volume = in.readInt();
163 dest.writeInt(volume);
179 + ", volume=" + volume
RemoteDisplayState.java 107 public int volume; field in class:RemoteDisplayState.RemoteDisplayInfo
124 volume = other.volume;
135 volume = in.readInt();
156 dest.writeInt(volume);
168 + ", volume=" + volume
ToneGenerator.java 672 * CDMA KEYPAD Volume key lite tone: 941Hz+1477Hz 120ms ON
732 /** Maximum volume, for use with {@link #ToneGenerator(int,int)} */
734 /** Minimum volume setting, for use with {@link #ToneGenerator(int,int)} */
739 * ToneGenerator class contructor specifying output stream type and volume.
742 * @param volume The volume of the tone, given in percentage of maximum volume (from 0-100).
745 public ToneGenerator(int streamType, int volume) {
746 native_setup(streamType, volume);
880 private native final void native_setup(int streamType, int volume);
    [all...]
VolumeProvider.java 21 * Handles requests to adjust or set the volume on a session. This is also used
22 * to push volume updates back to the session. The provider must call
23 * {@link #setCurrentVolume(int)} each time the volume being provided changes.
25 * You can set a volume provider on a session by calling
30 * The volume is fixed and can not be modified. Requests to change volume
36 * The volume control uses relative adjustment via
37 * {@link #onAdjustVolume(int)}. Attempts to set the volume to a specific
43 * The volume control uses an absolute value. It may be adjusted using
55 * Create a new volume provider for handling volume events. You must specif
    [all...]
  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 165 int volume = 0; local
174 U32_ENDIAN_SWAP(volume),
187 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
198 int volume = 0; local
207 U32_ENDIAN_SWAP(volume),
231 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
241 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
251 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
260 int volume = 0; local
270 U32_ENDIAN_SWAP(volume),
    [all...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.h 83 // Volume APIs used by WebRtcAudioDeviceImpl.
85 void SetVolume(int volume);
86 int Volume() const;
112 void GetAudioProcessingParams(base::TimeDelta* delay, int* volume,
138 double volume,
193 // Stores latest microphone volume received in a CaptureData() callback.
webrtc_audio_renderer.cc 158 virtual void SetVolume(float volume) OVERRIDE {
160 DCHECK(volume >= 0.0f && volume <= 1.0f);
161 playing_state_.set_volume(volume);
444 void WebRtcAudioRenderer::SetVolume(float volume) {
446 DCHECK(volume >= 0.0f && volume <= 1.0f);
448 playing_state_.set_volume(volume);
513 // Note: If there are no playing audio renderers, then the volume will be
515 float volume = 0.0f local
    [all...]
webrtc_audio_renderer.h 57 float volume() const { function in class:content::WebRtcAudioRenderer::PlayingState
62 void set_volume(float volume) {
64 volume_ = volume;
111 virtual void SetVolume(float volume) OVERRIDE;
139 // volume information for that source.
160 // volume scaling for the source based on the volume(s) of the renderer(s).
175 // or if the volume of any of them is changed.
176 // Here we update the shared Play state and apply volume scaling to all audio
177 // sources associated with the |media_stream| based on the collective volume
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 64 virtual bool prepare(SamplingRate samplingRate, int volume, int mode = EModeVoice) = 0;
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTvInputService.java 48 public void onSetStreamVolume(float volume) {
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 79 BE_STREAM_TO_UINT8 (p_result->volume.volume, p);
93 BE_STREAM_TO_UINT8 (p_result->reg_notif.param.volume, p);
95 AVRC_TRACE_DEBUG("avrc_pars_vendor_rsp PDU reg notif response:event %x, volume %x",eventid,
96 p_result->reg_notif.param.volume);
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_service.h 50 // Set the muted and volume/gain properties of a device.
53 int volume,
  /external/chromium_org/media/audio/
audio_input_volume_unittest.cc 25 double volume = 0.0; local
27 volume = ais->GetVolume();
28 if (volume == target_volume)
35 return volume;
50 // TODO(henrika): add support for volume control on Windows XP as well.
62 // Helper method which checks if the stream has volume support.
131 << ", does not have volume control.";
139 // Store the current input-device volume level.
147 // Set the volume to the maxiumum level..
152 // Set the volume to the mininum level (=0)
    [all...]
clockless_audio_sink.h 34 virtual bool SetVolume(double volume) OVERRIDE;
fake_audio_log_factory.cc 20 virtual void OnSetVolume(int component_id, double volume) OVERRIDE {}
  /external/chromium_org/media/base/
audio_renderer.h 75 // Sets the output volume.
76 virtual void SetVolume(float volume) = 0;
fake_audio_renderer_sink.h 32 virtual bool SetVolume(double volume) OVERRIDE;
  /external/chromium_org/media/cast/test/utility/
audio_utility.h 28 float volume);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamprovider.h 56 // Sets the audio playout volume of a remote audio track with |ssrc|.
57 // |volume| is in the range of [0, 10].
58 virtual void SetAudioPlayoutVolume(uint32 ssrc, double volume) = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.h 36 int32_t SetSpeakerVolume(uint32_t volume);
37 int32_t SpeakerVolume(uint32_t& volume) const;
54 int32_t SetMicrophoneVolume(uint32_t volume);
55 int32_t MicrophoneVolume(uint32_t& volume) const;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_volume_control_impl.cc 53 int VoEVolumeControlImpl::SetSpeakerVolume(unsigned int volume)
56 "SetSpeakerVolume(volume=%u)", volume);
63 if (volume > kMaxVolumeLevel)
77 "SetSpeakerVolume() failed to get max volume");
81 spkrVol = (uint32_t)((volume * maxVol +
84 // set the actual volume using the audio mixer
88 "SetSpeakerVolume() failed to set speaker volume");
94 int VoEVolumeControlImpl::GetSpeakerVolume(unsigned int& volume)
111 "GetSpeakerVolume() unable to get speaker volume");
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 29 * overlaps. A bounding volume that encompasses all attack and vulnerability volumes is used for
76 * @param boundingVolume A volume that describes the game object in space. It should encompass
195 * @return The hit type of the first attacking volume that intersects a vulnerability volume,
247 CollisionVolume volume = record.attackVolumes.get(y); local
249 position.x + volume.getMinXPosition(sFlip), position.y + volume.getMinYPosition(sFlip),
250 volume.getMaxX() - volume.getMinX(),
251 volume.getMaxY() - volume.getMinY(),
260 CollisionVolume volume = record.vulnerabilityVolumes.get(y); local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelodydata.h 65 EAS_U8 volume; /* current volume */ member in struct:__anon34581
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelodydata.h 65 EAS_U8 volume; /* current volume */ member in struct:__anon34631
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 66 EAS_U8 volume; /* current volume */ member in struct:__anon34679

Completed in 1717 milliseconds

1 2 34 5 6 7 8 91011>>