Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/platform/impl/
H A Dplatform_client_posix.cc81 networking_loop_timeout_(networking_operation_timeout), in PlatformClientPosix()
91 networking_loop_timeout_(networking_operation_timeout), in PlatformClientPosix()
106 std::this_thread::sleep_for(networking_loop_timeout_); in RunNetworkLoopUntilStopped()
109 socket_handle_waiter()->ProcessHandles(networking_loop_timeout_); in RunNetworkLoopUntilStopped()
H A Dplatform_client_posix.h103 Clock::duration networking_loop_timeout_; variable