Home
last modified time | relevance | path

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

/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/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/google/cuttlefish/host/libs/screen_connector/
Dring_buffer_manager.cpp42 SharedFD sfd = in Create() local
67 SharedFD sfd = SharedFD::ShmOpen(name, O_RDWR, S_IRUSR | S_IWUSR); in ShmemGet() local
/device/generic/goldfish/hals/camera/
DCachedStreamBuffer.cpp44 [](const ndk::ScopedFileDescriptor& sfd){ return sfd.get(); }); in importAidlNativeHandle()