Searched refs:attached_ (Results 1 – 1 of 1) sorted by relevance
232 bool IsAttached() const { return attached_; } in IsAttached()233 void AttachControlDevice() { attached_ = true; } in AttachControlDevice()339 bool attached_ = false; variable