Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/
H A Dice_transport_interface.h27 class ActiveIceControllerFactoryInterface; variable
107 cricket::ActiveIceControllerFactoryInterface* in set_active_ice_controller_factory()
111 cricket::ActiveIceControllerFactoryInterface*
128 cricket::ActiveIceControllerFactoryInterface* active_ice_controller_factory_ =
/aosp_15_r20/external/webrtc/p2p/base/
H A Dactive_ice_controller_factory_interface.h30 class ActiveIceControllerFactoryInterface {
32 virtual ~ActiveIceControllerFactoryInterface() = default;
H A Dmock_active_ice_controller.h74 : public cricket::ActiveIceControllerFactoryInterface {
H A Dp2p_transport_channel.h270 ActiveIceControllerFactoryInterface* active_ice_controller_factory,
511 ActiveIceControllerFactoryInterface* active_ice_controller_factory,
H A Dp2p_transport_channel.cc170 ActiveIceControllerFactoryInterface* active_ice_controller_factory, in P2PTransportChannel()
2471 ActiveIceControllerFactoryInterface* active_ice_controller_factory, in IceControllerAdapter()