Home
last modified time | relevance | path

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

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