HomeSort by relevance Sort by last modified time
    Searched defs:volume (Results 176 - 200 of 351) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 248 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 112 /* default synth master volume */
215 EAS_U8 volume; /* CC7 */ member in struct:s_synth_channel_tag
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 62 /* speaking volume */
76 const char * PICO_VOLUME_OPEN_TAG = "<volume level='%d'>";
77 const char * PICO_VOLUME_CLOSE_TAG = "</volume>";
93 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
115 int picoProp_currVolume = PICO_DEF_VOLUME; /* current volume */
520 * Add <speed>, <pitch> and <volume> tags to the text,
544 if (picoProp_currVolume != PICO_DEF_VOLUME) { /* non-default volume */
1320 int volume; local
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc 385 // If we end up here it means that the selected speaker has no volume
391 // Given that InitSpeaker was successful, we know volume control exists.
403 int32_t AudioDeviceLinuxPulse::SetSpeakerVolume(uint32_t volume)
407 // Only update the volume if it's been set while we weren't playing.
410 return (_mixerManager.SetSpeakerVolume(volume));
413 int32_t AudioDeviceLinuxPulse::SpeakerVolume(uint32_t& volume) const
423 volume = level;
507 // If we end up here it means that the selected speaker has no volume
559 // volume control, hence it is safe to state that there is no
611 // volume control, hence it is safe to state that there is n
2649 uint32_t volume = 0; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 195 virtual status_t setVoiceVolume(float volume);
469 : volume(1.0f),
473 float volume; member in struct:android::AudioFlinger::stream_type_t
549 // no range check, doesn't check per-thread stream volume, AudioFlinger::mLock held
551 { return mStreamTypes[stream].volume; }
    [all...]
Effects.cpp 733 // Send volume indication if EFFECT_FLAG_VOLUME_IND is set and read back altered volume
738 uint32_t volume[2]; local
740 uint32_t size = sizeof(volume);
741 volume[0] = *left;
742 volume[1] = *right;
744 pVolume = volume;
749 volume,
752 if (controller && status == NO_ERROR && size == sizeof(volume)) {
753 *left = volume[0]
    [all...]
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 284 final String volume = domain.substring(FullBackup.SHARED_PREFIX.length()); local
286 final int volNum = Integer.parseInt(volume);
  /frameworks/base/core/java/android/os/
Environment.java 809 final StorageVolume volume = StorageManager.getStorageVolume(path, UserHandle.myUserId()); local
810 if (volume != null) {
811 return volume.getState();
842 final StorageVolume volume = StorageManager.getStorageVolume(path, UserHandle.myUserId()); local
843 if (volume != null) {
844 return volume.isRemovable();
886 final StorageVolume volume = StorageManager.getStorageVolume(path, UserHandle.myUserId()); local
887 if (volume != null) {
888 return volume.isEmulated();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 289 final float volume = prefs.getFloat( local
291 return (volume != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? volume
295 // Default keypress sound volume for unknown devices.
  /packages/services/Car/service/src/com/android/car/
CarAudioService.java 181 public void onVolumeChange(int streamNumber, int volume, int volumeState) {
182 mVolumeHandler.handleVolumeChange(new VolumeStateChangeEvent(streamNumber, volume,
187 public void onVolumeLimitChange(int streamNumber, int volume) {
842 public final int volume; field in class:CarAudioService.VolumeStateChangeEvent
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /development/ndk/platforms/android-3/include/linux/
videodev.h 97 __u16 volume; member in struct:video_audio
  /external/ImageMagick/coders/
dds.c 1641 volume = MagickFalse; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.cpp 51 // volume+edge lengths
109 const btDbvtVolume& volume,
113 node->volume=volume;
125 Merge(volume0,volume1,node->volume);
144 root=root->childs[Select( leaf->volume,
145 root->childs[0]->volume,
146 root->childs[1]->volume)];
150 btDbvtNode* node=createnode(pdbvt,prev,leaf->volume,root->volume,0)
255 btDbvtVolume& volume=*ptr; local
    [all...]
  /external/libjpeg-turbo/
jquant2.c 241 /* The volume (actually 2-norm) of the box */
242 INT32 volume; member in struct:__anon15250
261 if (boxp->colorcount > maxc && boxp->volume > 0) {
272 /* Find the splittable box with the largest (scaled) volume */
281 if (boxp->volume > maxv) {
283 maxv = boxp->volume;
293 /* and recompute its volume and population */
374 /* Update box volume.
375 * We use 2-norm rather than real volume here; this biases the method
385 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 264 /* The volume (actually 2-norm) of the box */
265 INT32 volume; member in struct:__anon20369
284 if (boxp->colorcount > maxc && boxp->volume > 0) {
295 /* Find the splittable box with the largest (scaled) volume */
304 if (boxp->volume > maxv) {
306 maxv = boxp->volume;
316 /* and recompute its volume and population */
397 /* Update box volume.
398 * We use 2-norm rather than real volume here; this biases the method
408 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 643 Property volume = new Property( typedefs
645 builder.put("volume", volume);
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 2174 double volume; local
2201 double volume; local
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 580 virtual status_t setVoiceVolume(float volume)
584 data.writeFloat(volume);
1059 float volume = data.readFloat(); local
1212 float volume = data.readFloat(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 17 package com.android.systemui.volume;
76 import com.android.systemui.volume.VolumeDialogController.State;
77 import com.android.systemui.volume.VolumeDialogController.StreamState;
87 * Visual presentation of the volume dialog.
598 // if there is no touch feature, show the volume ringer instead
    [all...]
VolumeDialogController.java 17 package com.android.systemui.volume;
57 * Source of truth for all state / events related to the volume dialog. No presentation.
135 Log.w(TAG, "Unable to set the volume controller", e);
153 Log.w(TAG, "No volume policy api");
    [all...]
ZenModePanel.java 17 package com.android.systemui.volume;
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 220 public void requestSetVolume(IMediaRouterClient client, String routeId, int volume) {
231 requestSetVolumeLocked(client, routeId, volume);
413 String routeId, int volume) {
418 UserHandler.MSG_REQUEST_SET_VOLUME, volume, 0, routeId).sendToTarget();
811 private void requestSetVolume(String routeId, int volume) {
814 mGloballySelectedRouteRecord.getProvider().setDisplayVolume(volume);
1294 final int volume = computeVolume(descriptor); local
1389 final int volume = descriptor.volume; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 530 // volume index will be updated at onMediaStreamVolumeChanged() through
757 // Set to an invalid value for a volume, so that current volume can be applied at the
883 float volume = mSourceVolume * getMediaStreamVolume(); local
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 163 public void onSetVolume(int volume) {
164 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0);
170 int volume = mAudioManager.getStreamVolume(PLAYBACK_STREAM); local
172 int newVolume = Math.min(maxVolume, Math.max(0, volume + delta));
173 if (newVolume != volume) {
174 mAudioManager.setStreamVolume(PLAYBACK_STREAM, volume, 0);
194 final int volume = intent.getIntExtra(EXTRA_VOLUME_STREAM_VALUE, -1); local
195 if (volume >= 0 && volume != mLastReportedVolume) {
436 public void onVolumeSetRequest(Object routeObj, int volume) {
    [all...]

Completed in 6334 milliseconds

1 2 3 4 5 6 78 91011>>