Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_wrapper.cc143 return observer->MoveDescription(); in CreateSdp()
Dpeer_connection_interface_unittest.cc879 *desc = observer->MoveDescription(); in DoCreateOfferAnswer()
1194 return observer->MoveDescription(); in CreateOfferWithOptions()
Dpeer_connection_integrationtest.cc780 auto description = observer->MoveDescription(); in WaitForDescriptionFromObserver()
/external/webrtc/pc/test/
Dmock_peer_connection_observers.h261 std::unique_ptr<SessionDescriptionInterface> MoveDescription() { in MoveDescription() function