Searched refs:notified_ddm_active_ (Results 1 – 2 of 2) sorted by relevance
141 notified_ddm_active_(false), in AdbConnectionState()291 if (!agent_loaded_ && notified_ddm_active_) { in CloseFds()298 DCHECK_NE(notified_ddm_active_, active); in NotifyDdms()299 notified_ddm_active_ = active; in NotifyDdms()765 if (!notified_ddm_active_) { in HandleDataWithoutAgent()869 "ddm_already_active=" + (notified_ddm_active_ ? "y" : "n") + "," + in MakeAgentArg()
165 bool notified_ddm_active_; variable