OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_getdefaultdevice
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h
267
int32_t
_GetDefaultDevice
(EDataFlow dir, ERole role, IMMDevice** ppDevice);
audio_device_core_win.cc
789
ret =
_GetDefaultDevice
(eRender, role, &_ptrDeviceOut);
871
ret =
_GetDefaultDevice
(eCapture, role, &_ptrDeviceIn);
[
all
...]
Completed in 1236 milliseconds