Home
last modified time | relevance | path

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

/aosp12/art/adbconnection/
H A Dadbconnection.cc166 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()
749 if (!notified_ddm_active_) { in HandleDataWithoutAgent()
853 "ddm_already_active=" + (notified_ddm_active_ ? "y" : "n") + "," + in MakeAgentArg()
H A Dadbconnection.h168 bool notified_ddm_active_; variable