Lines Matching refs:toString
70 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in startSession()
71 << ", AudioConfiguration=[" << toString(audio_config_) << "]"; in startSession()
79 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamStarted()
80 << ", status=" << toString(status); in streamStarted()
90 LOG(WARNING) << __func__ << " - SessionType=" << toString(session_type_) in streamStarted()
91 << ", status=" << toString(status) << " has NO session"; in streamStarted()
99 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamSuspended()
100 << ", status=" << toString(status); in streamSuspended()
110 LOG(WARNING) << __func__ << " - SessionType=" << toString(session_type_) in streamSuspended()
111 << ", status=" << toString(status) << " has NO session"; in streamSuspended()
118 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); in endSession()
124 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in endSession()