OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMMDevice
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/media/audio/win/
core_audio_util_win.h
67
static ScopedComPtr<
IMMDevice
> CreateDefaultDevice(
76
static ScopedComPtr<
IMMDevice
> CreateDevice(const std::string& device_id);
81
static HRESULT GetDeviceName(
IMMDevice
* device, AudioDeviceName* name);
92
static std::string GetAudioControllerID(
IMMDevice
* device,
111
static EDataFlow GetDataFlow(
IMMDevice
* device);
117
// Create an IAudioClient instance for the default
IMMDevice
where
132
// Create an IAudioClient interface for an existing
IMMDevice
given by
134
static ScopedComPtr<IAudioClient> CreateClient(
IMMDevice
* audio_device);
150
// default
IMMDevice
where flow direction and role is define by |data_flow|
core_audio_util_win.cc
151
static std::string GetDeviceID(
IMMDevice
* device) {
255
ScopedComPtr<
IMMDevice
> CoreAudioUtil::CreateDefaultDevice(EDataFlow data_flow,
258
ScopedComPtr<
IMMDevice
> endpoint_device;
292
ScopedComPtr<
IMMDevice
> device(CreateDefaultDevice(eRender, eConsole));
296
ScopedComPtr<
IMMDevice
> CoreAudioUtil::CreateDevice(
299
ScopedComPtr<
IMMDevice
> endpoint_device;
316
HRESULT CoreAudioUtil::GetDeviceName(
IMMDevice
* device, AudioDeviceName* name) {
348
std::string CoreAudioUtil::GetAudioControllerID(
IMMDevice
* device,
375
ScopedComPtr<
IMMDevice
> device_node;
397
ScopedComPtr<
IMMDevice
> input_device(CreateDevice(input_device_id))
[
all
...]
core_audio_util_win_unittest.cc
80
ScopedComPtr<
IMMDevice
> audio_device;
98
ScopedComPtr<
IMMDevice
> default_render_device =
105
//
IMMDevice
.
106
ScopedComPtr<
IMMDevice
> audio_device =
110
// Verify that the two
IMMDevice
interfaces represents the same endpoint
133
ScopedComPtr<
IMMDevice
> audio_device;
163
ScopedComPtr<
IMMDevice
> device;
177
ScopedComPtr<
IMMDevice
> audio_device =
203
ScopedComPtr<
IMMDevice
> audio_device =
232
ScopedComPtr<
IMMDevice
> device
[
all
...]
audio_low_latency_input_win.h
40
// o
IMMDevice
184
// An
IMMDevice
interface which represents an audio endpoint device.
185
base::win::ScopedComPtr<
IMMDevice
> endpoint_device_;
audio_device_listener_win.cc
35
ScopedComPtr<
IMMDevice
> device =
device_enumeration_win.cc
63
ScopedComPtr<
IMMDevice
> audio_device;
audio_low_latency_input_win.cc
23
IMMDevice
* device) {
24
ScopedComPtr<
IMMDevice
> communications;
111
// Obtain a reference to the
IMMDevice
interface of the capturing
317
ScopedComPtr<
IMMDevice
> endpoint_device;
515
// Retrieve the
IMMDevice
by using the specified role or the specified
audio_low_latency_output_win.cc
43
ScopedComPtr<
IMMDevice
> device(CoreAudioUtil::CreateDevice(device_id));
141
// Create an IAudioClient interface for the default rendering
IMMDevice
.
148
ScopedComPtr<
IMMDevice
> device(CoreAudioUtil::CreateDevice(device_id_));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h
27
typedef interface
IMMDevice
IMMDevice
;
298
*
IMMDevice
interface
306
IMMDevice
: public IUnknown
326
__CRT_UUID_DECL(
IMMDevice
, 0xd666063f, 0x1587, 0x4e43, 0x81,0xf1, 0xb9,0x48,0xe8,0x07,0x36,0x3f)
334
IMMDevice
* This,
339
IMMDevice
* This);
342
IMMDevice
* This);
344
/***
IMMDevice
methods ***/
346
IMMDevice
* This
[
all
...]
/external/chromium_org/remoting/host/
audio_capturer_win.h
50
base::win::ScopedComPtr<
IMMDevice
> mm_device_;
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h
263
int32_t _GetDeviceName(
IMMDevice
* pDevice, LPWSTR pszBuffer, int bufferLen);
267
int32_t _GetDeviceID(
IMMDevice
* pDevice, LPWSTR pszBuffer, int bufferLen);
268
int32_t _GetDefaultDevice(EDataFlow dir, ERole role,
IMMDevice
** ppDevice);
269
int32_t _GetListDevice(EDataFlow dir, int index,
IMMDevice
** ppDevice);
288
IMMDevice
* _ptrDeviceOut;
289
IMMDevice
* _ptrDeviceIn;
audio_device_core_win.cc
260
//
IMMDevice
Represents an audio device.
[
all
...]
/external/chromium_org/ash/system/win/audio/
tray_audio_delegate_win.cc
100
ScopedComPtr<
IMMDevice
> device =
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc
237
HRESULT CricketDeviceFromImmDevice(
IMMDevice
* device, Device* out) {
276
CComPtr<
IMMDevice
> device;
Completed in 1736 milliseconds