Home
last modified time | relevance | path

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

/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.cpp65 bool CreateSocketPair(SharedFD* local, SharedFD* remote) { in CreateSocketPair()