Home
last modified time | relevance | path

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

/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp104 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept() local
141 SocketConn::SocketConn(MessageProcessor* messageProcessor, int sfd) in SocketConn()
/device/generic/goldfish-opengl/system/hwc3/
DFencedBuffer.h47 auto& sfd = const_cast<ndk::ScopedFileDescriptor&>(in); in GetUniqueFd() local
/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp90 int sfd = signalfd(-1, &mask, 0); in main() local
/device/generic/goldfish/camera/
DCachedStreamBuffer.cpp44 [](const ndk::ScopedFileDescriptor& sfd){ return sfd.get(); }); in importAidlNativeHandle()