Home
last modified time | relevance | path

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

/frameworks/native/libs/adbd_auth/
Dadbd_auth.cpp333 unique_fd new_framework_fd(accept4(sock_fd_.get(), nullptr, nullptr, in Run() local
335 if (new_framework_fd == -1) { in Run()
341 ReplaceFrameworkFd(std::move(new_framework_fd)); in Run()