Home
last modified time | relevance | path

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

/external/openscreen/osp/demo/
Dosp_demo.cc385 pollfd stdin_pollfd{STDIN_FILENO, POLLIN}; in RunControllerPollLoop() local
389 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunControllerPollLoop()
487 pollfd stdin_pollfd{STDIN_FILENO, POLLIN}; in RunReceiverPollLoop() local
491 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunReceiverPollLoop()
556 pollfd stdin_pollfd{STDIN_FILENO, POLLIN}; in PublisherDemo() local
558 RunReceiverPollLoop(stdin_pollfd, network_service, receiver_delegate); in PublisherDemo()