Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp46 {RequestType::Shutdown, "shutdown"},
54 {"shutdown", RequestType::Shutdown},
118 case RequestType::Shutdown: in ReqTyToStr()
Drequest.h40 Shutdown, // request allocd to shutdown and clean up all resources enumerator
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.cpp59 fd_->Shutdown(SHUT_RDWR); in Disconnect()
229 server_fd_->Shutdown(SHUT_RDWR); in ServerShutdown()
Dsocket2socket_proxy.cpp99 to->Shutdown(SHUT_WR); in Forward()
/device/google/cuttlefish/host/frontend/webrtc/
Dbluetooth_handler.cpp44 rootcanal_socket_->Shutdown(SHUT_RDWR); in ~BluetoothHandler()
Dadb_handler.cpp74 adb_socket_->Shutdown(SHUT_RDWR); in ~AdbHandler()
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp173 mServer->Shutdown(); in Stop()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h370 int Shutdown(int how);
Dshared_fd.cpp961 int FileInstance::Shutdown(int how) { in Shutdown() function in cuttlefish::FileInstance