Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/test_gce_driver/
Dscoped_instance.cpp70 SshCommand& SshCommand::RemotePortForward(uint16_t remote, uint16_t local) & { in RemotePortForward()
74 SshCommand SshCommand::RemotePortForward(uint16_t remote, uint16_t local) && { in RemotePortForward()
/device/google/cuttlefish/host/frontend/webrtc/lib/
Daudio_track_source_impl.cpp68 bool AudioTrackSourceImpl::remote() const { return false; } in remote() function in cuttlefish::webrtc_streaming::AudioTrackSourceImpl
/device/google/cuttlefish/guest/hals/bt/remote/
Dremote_bluetooth.cpp49 namespace remote { namespace
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp58 bool CreateSocketPair(SharedFD* local, SharedFD* remote) { in CreateSocketPair()