Searched refs:notified_ddm_active_ (Results 1 – 2 of 2) sorted by relevance
161 notified_ddm_active_(false), in AdbConnectionState()318 if (!agent_loaded_ && notified_ddm_active_) { in CloseFds()325 DCHECK_NE(notified_ddm_active_, active); in NotifyDdms()326 notified_ddm_active_ = active; in NotifyDdms()726 if (!notified_ddm_active_) { in HandleDataWithoutAgent()830 "ddm_already_active=" + (notified_ddm_active_ ? "y" : "n") + "," + in MakeAgentArg()
168 bool notified_ddm_active_; variable