Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h132 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
256 void SetGlobalContext(uint32_t name);
257 void SetGlobalContext(const std::string& name);
258 void SetGlobalContext(const char* name);
Dbwe_test_logging.cc58 void Logging::SetGlobalContext(uint32_t name) { in SetGlobalContext() function in webrtc::testing::bwe::Logging
63 void Logging::SetGlobalContext(const std::string& name) { in SetGlobalContext() function in webrtc::testing::bwe::Logging
68 void Logging::SetGlobalContext(const char* name) { in SetGlobalContext() function in webrtc::testing::bwe::Logging