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

  /external/chromium_org/media/audio/win/
core_audio_util_win.cc 233 ScopedComPtr<IMMDevice> endpoint_device; local
239 return endpoint_device;
244 data_flow, role, endpoint_device.Receive());
249 return endpoint_device;
255 hr = endpoint_device->GetState(&state);
259 endpoint_device.Release();
262 return endpoint_device;
268 ScopedComPtr<IMMDevice> endpoint_device; local
274 return endpoint_device;
279 endpoint_device.Receive())
    [all...]
audio_low_latency_input_win.cc 274 ScopedComPtr<IMMDevice> endpoint_device;
278 endpoint_device.Receive());
283 endpoint_device.Receive());
289 hr = endpoint_device->Activate(__uuidof(IAudioClient),

Completed in 48 milliseconds