Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3945 IMMDevice* pEndpoint = NULL; in _EnumerateEndpointDevicesAll() local
3984 hr = pCollection->Item(i, &pEndpoint); in _EnumerateEndpointDevicesAll()
3991 hr = pEndpoint->GetId(&pwszID); in _EnumerateEndpointDevicesAll()
3997 hr = pEndpoint->OpenPropertyStore(STGM_READ, &pProps); in _EnumerateEndpointDevicesAll()
4014 hr = pEndpoint->GetState(&dwState); in _EnumerateEndpointDevicesAll()
4031 hr = pEndpoint->Activate(__uuidof(IAudioEndpointVolume), CLSCTX_ALL, NULL, in _EnumerateEndpointDevicesAll()
4099 SAFE_RELEASE(pEndpoint); in _EnumerateEndpointDevicesAll()
4110 SAFE_RELEASE(pEndpoint); in _EnumerateEndpointDevicesAll()