Searched refs:is_socket_present_ (Results 1 – 6 of 6) sorted by relevance
272 void SetSocketPresent(bool socket) { is_socket_present_ = socket; } in SetSocketPresent()328 bool is_socket_present_; variable
99 bool is_socket_present_ = false; variable
230 handler->snapuserd()->SetSocketPresent(is_socket_present_); in RunThread()294 is_socket_present_ = true; in StartWithSocket()
786 if (android::base::EndsWith(misc_name_, "-init") || is_socket_present_) { in Start()
384 is_socket_present_ = true; in StartWithSocket()500 if (is_socket_present_) { in AddHandler()505 if (android::base::EndsWith(misc_name, "-init") || is_socket_present_) { in AddHandler()
90 bool is_socket_present_ = false; variable