Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/example_custom_actions/
Dmain.cpp37 SharedFD webrtc_socket = SharedFD::Dup(fd); in main() local
39 if (webrtc_socket->IsOpen()) { in main()
53 if (!webrtc_socket->IsOpen()) { in main()
57 if (cuttlefish::ReadExact(webrtc_socket, buf, MESSAGE_SIZE) != in main()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp60 SharedFD webrtc_socket, action_server_socket; in LaunchCustomActionServers() local
61 if (!SharedFD::SocketPair(AF_LOCAL, SOCK_STREAM, 0, &webrtc_socket, in LaunchCustomActionServers()
79 webrtc_socket); in LaunchCustomActionServers()
82 webrtc_socket); in LaunchCustomActionServers()