Searched defs:remote (Results 1 – 3 of 3) sorted by relevance
69 SshCommand& SshCommand::RemotePortForward(uint16_t remote, uint16_t local) & { in RemotePortForward()73 SshCommand SshCommand::RemotePortForward(uint16_t remote, uint16_t local) && { in RemotePortForward()
68 bool AudioTrackSourceImpl::remote() const { return false; } in remote() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl
58 bool CreateSocketPair(SharedFD* local, SharedFD* remote) { in CreateSocketPair()