OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isimpleaudiovolume
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/system/win/audio/
tray_audio_delegate_win.cc
37
ScopedComPtr<
ISimpleAudioVolume
> volume_control =
61
ScopedComPtr<
ISimpleAudioVolume
> volume_control =
75
ScopedComPtr<
ISimpleAudioVolume
> volume_control =
85
ScopedComPtr<
ISimpleAudioVolume
> volume_control =
95
ScopedComPtr<
ISimpleAudioVolume
>
97
ScopedComPtr<
ISimpleAudioVolume
> volume_control;
tray_audio_delegate_win.h
34
base::win::ScopedComPtr<
ISimpleAudioVolume
> CreateDefaultVolumeControl();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h
52
typedef interface
ISimpleAudioVolume
ISimpleAudioVolume
;
107
typedef interface
ISimpleAudioVolume
ISimpleAudioVolume
;
[
all
...]
audiopolicy.h
[
all
...]
/external/chromium_org/media/audio/win/
audio_low_latency_input_win.h
49
// the
ISimpleAudioVolume
interface to manage stream volume levels on a
52
// This implementation is using the
ISimpleAudioVolume
interface.
205
// The
ISimpleAudioVolume
interface enables a client to control the
209
base::win::ScopedComPtr<
ISimpleAudioVolume
> simple_audio_volume_;
audio_low_latency_input_win.cc
221
// session exists and that an
ISimpleAudioVolume
interface has been created.
758
// Obtain a reference to the
ISimpleAudioVolume
interface which enables
760
hr = audio_client_->GetService(__uuidof(
ISimpleAudioVolume
),
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h
297
ISimpleAudioVolume
* _ptrRenderSimpleVolume;
audio_device_core_win.cc
934
ISimpleAudioVolume
* pVolume = NULL;
[
all
...]
Completed in 3232 milliseconds