HomeSort by relevance Sort by last modified time
    Searched refs:_GetDefaultDevice (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 268 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 128 milliseconds