Home
last modified time | relevance | path

Searched refs:SendMsg (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/common/libs/net/
Dnetlink_client.cpp121 if (netlink_fd_->SendMsg(&msg, 0) < 0) { in Send()
/device/google/cuttlefish_common/guest/hals/audio/legacy/
Dvsoc_audio.cpp207 ssize_t GceAudio::SendMsg(const msghdr& msg, int /* flags */) { in SendMsg() function in cvd::GceAudio
236 return SendMsg(msg, flags); in SendStreamUpdate()
Dvsoc_audio.h56 ssize_t SendMsg(const msghdr&, int flags);
Dvsoc_audio_output_stream.cpp244 if (dev_->SendMsg(msg, MSG_DONTWAIT) < 0) { in Write()
/device/google/cuttlefish_common/common/libs/fs/
Dshared_fd.h406 ssize_t SendMsg(const struct msghdr* msg, int flags) { in SendMsg() function
433 return SendMsg(&msg, flags); in SendMsgAndFDs()
/device/google/cuttlefish_common/guest/hals/sensors/
Dvsoc_sensors.cpp322 if (fd->SendMsg(&msg, 0) == -1) { in Receiver()