Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc225 _com_error error = in CreateDeviceEnumeratorInternal()
297 _com_error error(S_FALSE); in CreateDeviceInternal()
377 _com_error error = in CreateSessionManager2Internal()
399 _com_error error = in CreateSessionEnumeratorInternal()
417 _com_error error = audio_device->Activate(__uuidof(IAudioClient), CLSCTX_ALL, in CreateClientInternal()
431 _com_error error = audio_device->Activate(__uuidof(IAudioClient2), CLSCTX_ALL, in CreateClient2Internal()
445 _com_error error = audio_device->Activate(__uuidof(IAudioClient3), CLSCTX_ALL, in CreateClient3Internal()
465 _com_error error = device_enumerator->EnumAudioEndpoints( in CreateCollectionInternal()
490 _com_error error = collection->GetCount(&number_of_active_devices); in GetDeviceNamesInternal()
781 _com_error error = device->QueryInterface(endpoint.GetAddressOf()); in GetDataFlow()
[all …]
Dcore_audio_base_win.cc575 _com_error error = audio_client_->Start(); in Start()
595 _com_error error = audio_client_->Stop(); in Stop()
668 _com_error error = audio_volume->GetMasterVolume(&volume); in IsVolumeControlAvailable()
769 _com_error error = audio_session_control_->GetState(&state); in GetAudioSessionState()
901 _com_error result(S_FALSE); in ThreadRun()
Dcore_audio_output_win.cc290 _com_error error = audio_client_->GetCurrentPadding(&num_unread_frames); in OnDataCallback()
367 _com_error error = audio_clock_->GetPosition(&position, &qpc_position); in EstimateOutputLatencyMillis()
Dcore_audio_input_win.cc279 _com_error error = in OnDataCallback()
Dcore_audio_utility_win.h616 std::string ErrorToString(const _com_error& error);
/external/webrtc/modules/desktop_capture/win/
Ddxgi_texture_staging.cc64 _com_error error = device_.d3d_device()->CreateTexture2D( in InitializeStage()
110 _com_error error = surface_->Map(rect(), DXGI_MAP_READ); in CopyFromTexture()
122 _com_error error = surface_->Unmap(); in DoRelease()
Ddxgi_texture_mapping.cc35 _com_error error = duplication_->MapDesktopSurface(rect()); in CopyFromTexture()
49 _com_error error = duplication_->UnMapDesktopSurface(); in DoRelease()
Dd3d_device.cc35 _com_error error = D3D11CreateDevice( in Initialize()
72 _com_error error = in EnumDevices()
Ddxgi_output_duplicator.cc102 _com_error error = in DuplicateOutput()
141 _com_error error = duplication_->ReleaseFrame(); in ReleaseFrame()
166 _com_error error = duplication_->AcquireNextFrame( in Duplicate()
285 _com_error error = duplication_->GetFrameMoveRects( in DoDetectUpdatedRegion()
Ddxgi_texture.cc48 _com_error error = resource->QueryInterface( in CopyFrom()
Ddxgi_adapter_duplicator.cc49 _com_error error = in DoInitialize()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
DComInterface.py20 _com_error = com.pywintypes.com_error # pylint: disable=no-member variable
102 except _com_error as e:
116 except _com_error as e: