Home
last modified time | relevance | path

Searched defs:SendMsg (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp13 namespace SendMsg { namespace
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp12 namespace SendMsg { namespace
H A DAMDGPUBaseInfo.cpp768 namespace SendMsg { namespace
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp35 namespace SendMsg { namespace
H A DAMDGPUBaseInfo.cpp1732 namespace SendMsg { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dremote_handle.rs72 type SendMsg<Fut> = Result<<Fut as Future>::Output, Box<(dyn Any + Send + 'static)>>; typedef
/aosp_15_r20/external/libchrome/base/posix/
H A Dunix_domain_socket.cc70 bool UnixDomainSocket::SendMsg(int fd, in SendMsg() function in base::UnixDomainSocket
/aosp_15_r20/external/cronet/base/posix/
H A Dunix_domain_socket.cc64 bool UnixDomainSocket::SendMsg(int fd, in SendMsg() function in base::UnixDomainSocket
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp953 ssize_t FileInstance::SendMsg(const struct msghdr* msg, int flags) { in SendMsg() function in cuttlefish::FileInstance