Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/minadbd/
H A Dminadbd_services.cpp100 static MinadbdErrorCode RunAdbFuseSideload(int sfd, const std::string& args, in RunAdbFuseSideload()
175 static void SideloadHostService(unique_fd sfd, const std::string& args) { in SideloadHostService()
191 static void RescueInstallHostService(unique_fd sfd, const std::string& args) { in RescueInstallHostService()
202 static void RescueGetpropHostService(unique_fd sfd, const std::string& prop) { in RescueGetpropHostService()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DSocketComm.cpp105 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept() local
142 SocketConn::SocketConn(MessageProcessor* messageProcessor, int sfd) in SocketConn()
/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp363 int sfd[2]; in startDumpThread() local
/aosp12/system/bt/udrv/ulinux/
H A Duipc.cc135 static int accept_server_socket(int sfd) { in accept_server_socket()
/aosp12/packages/modules/adb/daemon/
H A Dshell_service.cpp739 unique_fd* Subprocess::PassOutput(unique_fd* sfd, ShellProtocol::Id id) { in PassOutput()