Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h558 std::function<int(const char *)> open_socket_fn_; variable
Ddumpstate.cpp2949 control_socket_fd_ = open_socket_fn_("dumpstate"); in RunInternal()
3386 open_socket_fn_(open_socket) { in Dumpstate()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1018 ds_.open_socket_fn_ = [&](const char*) -> int { return ufd.release(); }; in RedirectOutputToFd()