HomeSort by relevance Sort by last modified time
    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 145 static std::string GetDeviceID(IMMDevice* device) {
249 ScopedComPtr<IMMDevice> CoreAudioUtil::CreateDefaultDevice(EDataFlow data_flow,
252 ScopedComPtr<IMMDevice> endpoint_device;
286 ScopedComPtr<IMMDevice> device(CreateDefaultDevice(eRender, eConsole));
290 ScopedComPtr<IMMDevice> CoreAudioUtil::CreateDevice(
293 ScopedComPtr<IMMDevice> endpoint_device;
310 HRESULT CoreAudioUtil::GetDeviceName(IMMDevice* device, AudioDeviceName* name) {
342 std::string CoreAudioUtil::GetAudioControllerID(IMMDevice* device,
369 ScopedComPtr<IMMDevice> device_node;
391 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
181 // An IMMDevice interface which represents an audio endpoint device.
182 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 22 IMMDevice* device) {
23 ScopedComPtr<IMMDevice> communications;
108 // Obtain a reference to the IMMDevice interface of the capturing
300 ScopedComPtr<IMMDevice> endpoint_device;
497 // 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));
131 // Create an IAudioClient interface for the default rendering IMMDevice.
137 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 266 // IMMDevice Represents an audio device.
    [all...]
  /external/chromium_org/ash/system/win/audio/
tray_audio_delegate_win.cc 102 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 1466 milliseconds