Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/test_gce_driver/
Dscoped_instance.cpp69 SshCommand& SshCommand::RemotePortForward(uint16_t remote, uint16_t local) & { in RemotePortForward()
73 SshCommand SshCommand::RemotePortForward(uint16_t remote, uint16_t local) && { in RemotePortForward()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Daudio_track_source_impl.cpp68 bool AudioTrackSourceImpl::remote() const { return false; } in remote() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp58 bool CreateSocketPair(SharedFD* local, SharedFD* remote) { in CreateSocketPair()