Searched refs:new_fd (Results 1 – 1 of 1) sorted by relevance
628 android::base::unique_fd new_fd(ReadFdFromAdb()); in RunPollLoop() local629 if (new_fd == -1) { in RunPollLoop()637 if (new_fd >= 0) { in RunPollLoop()638 new_fd.reset(); in RunPollLoop()641 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop()642 adb_connection_socket_ = std::move(new_fd); in RunPollLoop()