HomeSort by relevance Sort by last modified time
    Searched defs:GetStateString (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/cellular/
cellular.cc 175 string Cellular::GetStateString(State state) {
233 SLOG(this, 2) << GetStateString(state_) << " -> "
234 << GetStateString(state);
259 SLOG(this, 2) << __func__ << ": " << GetStateString(state_);
275 SLOG(this, 2) << __func__ << ": " << GetStateString(state_);
317 SLOG(this, 2) << __func__ << ": " << GetStateString(state_);
329 SLOG(this, 2) << __func__ << ": " << GetStateString(state_);
576 << ": (new state " << GetStateString(state_) << ")";
798 << GetStateString(state_);
819 << GetStateString(state_)
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 397 static std::string GetStateString(webrtc::WebRtcSession::State state) {
    [all...]
  /system/connectivity/shill/
service.cc 445 adaptor_->EmitStringChanged(kStateProperty, GetStateString());
    [all...]

Completed in 1210 milliseconds