Home
last modified time | relevance | path

Searched defs:alice_pc (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc142 rtc::scoped_refptr<PeerConnectionInterface> alice_pc; in TEST() local
253 rtc::scoped_refptr<PeerConnectionInterface> alice_pc; in TEST() local
/external/rust/android-crates-io/crates/mls-rs/examples/
Dcustom.rs364 let alice_pc = Member::new("alice pc", &alice)?; in main() localVariable