Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dsocket_handle_waiter.h85 struct SocketSubscription { struct
94 SocketSubscription* subscription; argument
114 std::unordered_map<SocketHandleRef, SocketSubscription, SocketHandleHash>
Dsocket_handle_waiter.cc22 handle_mappings_.emplace(handle, SocketSubscription{subscriber}); in Subscribe()