Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr_sender.cc851 static std::string ModeToString(BbrSender::Mode mode) { in ModeToString() function
866 os << ModeToString(mode); in operator <<()
871 os << "Mode: " << ModeToString(state.mode) << std::endl; in operator <<()
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp2919 static inline const char* ModeToString(Dumpstate::BugreportMode mode) { in ModeToString() function
2950 options->bugreport_mode_string = ModeToString(mode); in SetOptionsFromMode()