Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc36 using core_audio_utility::ErrorToString;
229 RTC_LOG(LS_ERROR) << "CoCreateInstance failed: " << ErrorToString(error); in CreateDeviceEnumeratorInternal()
244 << ErrorToString(error); in CreateDeviceEnumeratorInternal()
311 << ErrorToString(error); in CreateDeviceInternal()
320 << ErrorToString(error); in CreateDeviceInternal()
382 << ErrorToString(error); in CreateSessionManager2Internal()
404 << ErrorToString(error); in CreateSessionEnumeratorInternal()
421 << ErrorToString(error); in CreateClientInternal()
435 << ErrorToString(error); in CreateClient2Internal()
449 << ErrorToString(error); in CreateClient3Internal()
[all …]
Dcore_audio_base_win.cc579 << core_audio_utility::ErrorToString(error); in Start()
598 << core_audio_utility::ErrorToString(error); in Stop()
610 << core_audio_utility::ErrorToString(error); in Stop()
631 << core_audio_utility::ErrorToString(error); in Stop()
671 << core_audio_utility::ErrorToString(error); in IsVolumeControlAvailable()
772 << core_audio_utility::ErrorToString(error); in GetAudioSessionState()
907 << core_audio_utility::ErrorToString(result); in ThreadRun()
945 << core_audio_utility::ErrorToString(result); in ThreadRun()
Dcore_audio_input_win.cc291 << core_audio_utility::ErrorToString(error); in OnDataCallback()
313 << core_audio_utility::ErrorToString(error); in OnDataCallback()
368 << core_audio_utility::ErrorToString(error); in OnDataCallback()
376 << core_audio_utility::ErrorToString(error); in OnDataCallback()
Dcore_audio_output_win.cc301 << core_audio_utility::ErrorToString(error); in OnDataCallback()
323 << core_audio_utility::ErrorToString(error); in OnDataCallback()
348 << core_audio_utility::ErrorToString(error); in OnDataCallback()
Dcore_audio_utility_win.h616 std::string ErrorToString(const _com_error& error);
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_errors.cc31 const char* ErrorToString(GLenum error) { in ErrorToString() function
53 absl::StrAppend(out, ErrorToString(error)); in operator ()()
68 return absl::InternalError(ErrorToString(error)); in GetOpenGlErrors()
/external/libbrillo/brillo/
Dproto_file_io.cc23 << "\": " << base::File::ErrorToString(file.error_details()); in ReadTextProtobuf()
/external/gwp_asan/gwp_asan/
Dcommon.h31 const char *ErrorToString(const Error &E);
Dcommon.cpp19 const char *ErrorToString(const Error &E) { in ErrorToString() function
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dcommon.h31 const char *ErrorToString(const Error &E);
Dcommon.cpp19 const char *ErrorToString(const Error &E) { in ErrorToString() function
/external/libchrome/base/files/
Dfile.cc99 std::string File::ErrorToString(Error error) { in ErrorToString() function in base::File
Dfile.h352 static std::string ErrorToString(Error error);
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp84 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler_posix.cpp116 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()
/external/openscreen/platform/base/
Derror_unittest.cc55 TEST(ErrorOrTest, ErrorToString) { in TEST() argument