Home
last modified time | relevance | path

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

/external/webrtc/api/
Dpeer_connection_interface.h390 int min_port() const { return port_allocator_config.min_port; } in min_port()
391 void set_min_port(int port) { port_allocator_config.min_port = port; } in set_min_port()
392 int max_port() const { return port_allocator_config.max_port; } in max_port()
393 void set_max_port(int port) { port_allocator_config.max_port = port; } in set_max_port()
394 uint32_t port_allocator_flags() { return port_allocator_config.flags; } in port_allocator_flags()
396 port_allocator_config.flags = flags; in set_port_allocator_flags()
689 PortAllocatorConfig port_allocator_config; member
/external/webrtc/pc/
Dpeer_connection_factory.cc221 configuration.port_allocator_config.min_port, in CreatePeerConnectionOrError()
222 configuration.port_allocator_config.max_port); in CreatePeerConnectionOrError()
224 configuration.port_allocator_config.flags); in CreatePeerConnectionOrError()
Dpeer_connection.cc344 PortAllocatorConfig port_allocator_config; in operator ==() member
409 port_allocator_config.min_port == o.port_allocator_config.min_port && in operator ==()
410 port_allocator_config.max_port == o.port_allocator_config.max_port && in operator ==()
411 port_allocator_config.flags == o.port_allocator_config.flags && in operator ==()