Searched refs:ErrorToString (Results 1 – 16 of 16) sorted by relevance
36 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 …]
579 << 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()
291 << 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()
301 << core_audio_utility::ErrorToString(error); in OnDataCallback()323 << core_audio_utility::ErrorToString(error); in OnDataCallback()348 << core_audio_utility::ErrorToString(error); in OnDataCallback()
616 std::string ErrorToString(const _com_error& error);
31 const char* ErrorToString(GLenum error) { in ErrorToString() function53 absl::StrAppend(out, ErrorToString(error)); in operator ()()68 return absl::InternalError(ErrorToString(error)); in GetOpenGlErrors()
23 << "\": " << base::File::ErrorToString(file.error_details()); in ReadTextProtobuf()
31 const char *ErrorToString(const Error &E);
19 const char *ErrorToString(const Error &E) { in ErrorToString() function
99 std::string File::ErrorToString(Error error) { in ErrorToString() function in base::File
352 static std::string ErrorToString(Error error);
84 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()
116 Printf("%s at 0x%zx %sby thread %s here:\n", gwp_asan::ErrorToString(E), in printHeader()
55 TEST(ErrorOrTest, ErrorToString) { in TEST() argument