Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 103) sorted by relevance

12345

/external/bluetooth/glib/gio/
Dgvolume.c172 g_volume_get_name (GVolume *volume) in g_volume_get_name()
194 g_volume_get_icon (GVolume *volume) in g_volume_get_icon()
219 g_volume_get_uuid (GVolume *volume) in g_volume_get_uuid()
241 g_volume_get_drive (GVolume *volume) in g_volume_get_drive()
263 g_volume_get_mount (GVolume *volume) in g_volume_get_mount()
284 g_volume_can_mount (GVolume *volume) in g_volume_can_mount()
307 g_volume_can_eject (GVolume *volume) in g_volume_can_eject()
330 g_volume_should_automount (GVolume *volume) in g_volume_should_automount()
359 g_volume_mount (GVolume *volume, in g_volume_mount()
401 g_volume_mount_finish (GVolume *volume, in g_volume_mount_finish()
[all …]
Dgunixvolume.c74 GUnixVolume *volume; in G_DEFINE_TYPE_WITH_CODE() local
118 GUnixVolume *volume; in _g_unix_volume_new() local
165 _g_unix_volume_disconnected (GUnixVolume *volume) in _g_unix_volume_disconnected()
181 _g_unix_volume_set_mount (GUnixVolume *volume, in _g_unix_volume_set_mount()
205 _g_unix_volume_unset_mount (GUnixVolume *volume, in _g_unix_volume_unset_mount()
219 g_unix_volume_get_icon (GVolume *volume) in g_unix_volume_get_icon()
226 g_unix_volume_get_name (GVolume *volume) in g_unix_volume_get_name()
233 g_unix_volume_get_uuid (GVolume *volume) in g_unix_volume_get_uuid()
239 g_unix_volume_can_mount (GVolume *volume) in g_unix_volume_can_mount()
245 g_unix_volume_can_eject (GVolume *volume) in g_unix_volume_can_eject()
[all …]
Dgunixvolumemonitor.c316 GUnixVolume *volume = l->data; in _g_unix_volume_monitor_lookup_volume_for_mount_path() local
348 GUnixVolume *volume; in update_volumes() local
401 GUnixVolume *volume; in update_mounts() local
Dgwin32mount.c50 GWin32Volume *volume; /* owned by volume monitor */ member
131 GWin32Volume *volume) in _g_win32_mount_new()
175 GWin32Volume *volume) in _g_win32_mount_unset_volume()
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_mixer_m68k.c31 void SDL_MixAudio_m68k_U8(char* dst, char* src, long len, long volume, char* mix8) in SDL_MixAudio_m68k_U8()
69 void SDL_MixAudio_m68k_S8(char* dst, char* src, long len, long volume) in SDL_MixAudio_m68k_S8()
116 void SDL_MixAudio_m68k_S16MSB(short* dst, short* src, long len, long volume) in SDL_MixAudio_m68k_S16MSB()
162 void SDL_MixAudio_m68k_S16LSB(short* dst, short* src, long len, long volume) in SDL_MixAudio_m68k_S16LSB()
DSDL_mixer_MMX_VC.c40 void SDL_MixAudio_MMX_S16_VC(char* dst,char* src,unsigned int nSize,int volume) in SDL_MixAudio_MMX_S16_VC()
121 void SDL_MixAudio_MMX_S8_VC(char* dst,char* src,unsigned int nSize,int volume) in SDL_MixAudio_MMX_S8_VC()
DSDL_mixer_MMX.c39 void SDL_MixAudio_MMX_S16(char* dst,char* src,unsigned int size,int volume) in SDL_MixAudio_MMX_S16()
141 void SDL_MixAudio_MMX_S8(char* dst,char* src,unsigned int size,int volume) in SDL_MixAudio_MMX_S8()
DSDL_mixer.c93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume) in SDL_MixAudio()
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DLowPassFilter.java44 protected float volume, highFreqVolume; field in LowPassFilter
46 public LowPassFilter(float volume, float highFreqVolume) { in LowPassFilter()
72 public void setVolume(float volume) { in setVolume()
DListener.java43 private float volume = 1; field in Listener
67 public void setVolume(float volume) { in setVolume()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFullscreenVideoControllerEfl.cpp117 float FullscreenVideoController::volume() const in volume() function in FullscreenVideoController
129 void FullscreenVideoController::setVolume(float volume) in setVolume()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_math.c157 EAS_I16 EAS_VolumeToGain (EAS_INT volume) in EAS_VolumeToGain()
Deas_pcm.h52 EAS_I16 volume; member
/external/sonivox/arm-fm-22k/lib_src/
Deas_math.c157 EAS_I16 EAS_VolumeToGain (EAS_INT volume) in EAS_VolumeToGain()
Deas_pcm.h52 EAS_I16 volume; member
/external/sonivox/arm-wt-22k/lib_src/
Deas_math.c157 EAS_I16 EAS_VolumeToGain (EAS_INT volume) in EAS_VolumeToGain()
/external/chromium/chrome/browser/extensions/
Dextension_tts_api_linux.cc24 double volume) { in Speak()
Dextension_tts_api_win.cc59 double volume) { in Speak()
Dextension_tts_api_chromeos.cc61 double volume) { in Speak()
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_controller.cc74 float volume, in SetBubbleInputVolume()
140 int caller_id, RequestType type, const string16& text, float volume, in ProcessRequestInUiThread()
Dspeech_input_bubble.cc196 float volume) { in DrawVolumeOverlay()
219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) { in SetInputVolume()
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DSoundHandleJme.java46 private float volume = 1; field in SoundHandleJme
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingVolume.java167 public abstract BoundingVolume merge(BoundingVolume volume); in merge()
178 public abstract BoundingVolume mergeLocal(BoundingVolume volume); in mergeLocal()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java247 CollisionVolume volume = record.attackVolumes.get(y); in drawDebugVolumes() local
260 CollisionVolume volume = record.vulnerabilityVolumes.get(y); in drawDebugVolumes() local
/external/srec/audio/AudioIn/UNIX/src/
Daudioinwrapper.cpp150 int AudioSetVolume(int stream_type, int volume) in AudioSetVolume()

12345