Home
last modified time | relevance | path

Searched refs:pEndpoint (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4862 IMMDevice *pEndpoint = NULL; in _EnumerateEndpointDevicesAll() local
4903 &pEndpoint); in _EnumerateEndpointDevicesAll()
4909 hr = pEndpoint->GetId(&pwszID); in _EnumerateEndpointDevicesAll()
4915 hr = pEndpoint->OpenPropertyStore( in _EnumerateEndpointDevicesAll()
4936 hr = pEndpoint->GetState(&dwState); in _EnumerateEndpointDevicesAll()
4949 hr = pEndpoint->Activate(__uuidof(IAudioEndpointVolume), CLSCTX_ALL, in _EnumerateEndpointDevicesAll()
5016 SAFE_RELEASE(pEndpoint); in _EnumerateEndpointDevicesAll()
5027 SAFE_RELEASE(pEndpoint); in _EnumerateEndpointDevicesAll()