Home
last modified time | relevance | path

Searched refs:VtsDriverCommUtil (Results 1 – 11 of 11) sorted by relevance

/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp39 bool VtsDriverCommUtil::Connect(const string& socket_name) { in Connect()
69 int VtsDriverCommUtil::Close() { in Close()
83 bool VtsDriverCommUtil::VtsSocketSendBytes(const string& message) { in VtsSocketSendBytes()
110 string VtsDriverCommUtil::VtsSocketRecvBytes() { in VtsSocketRecvBytes()
156 bool VtsDriverCommUtil::VtsSocketSendMessage( in VtsSocketSendMessage()
171 bool VtsDriverCommUtil::VtsSocketRecvMessage( in VtsSocketRecvMessage()
DVtsDriverCommUtil.h29 class VtsDriverCommUtil {
31 VtsDriverCommUtil() : sockfd_(-1) {} in VtsDriverCommUtil() function
33 explicit VtsDriverCommUtil(int sockfd) : sockfd_(sockfd) {} in VtsDriverCommUtil() function
35 ~VtsDriverCommUtil() { in ~VtsDriverCommUtil()
DAndroid.bp22 "VtsDriverCommUtil.cpp",
/test/vts/agents/hal/
DSocketServerForDriver.h31 class SocketServerForDriver : public VtsDriverCommUtil {
34 : VtsDriverCommUtil(sock), in SocketServerForDriver()
DSocketClientToDriver.h33 class VtsDriverSocketClient : public VtsDriverCommUtil {
35 explicit VtsDriverSocketClient() : VtsDriverCommUtil() {} in VtsDriverSocketClient()
DAgentRequestHandler.h30 class AgentRequestHandler : public VtsDriverCommUtil {
35 : VtsDriverCommUtil(), in AgentRequestHandler()
DSocketServerForDriver.cpp65 VtsDriverCommUtil util(sockfd); in RpcCallToRunner()
/test/vts/drivers/hal/server/
DSocketServer.h30 class VtsDriverHalSocketServer : public VtsDriverCommUtil {
35 : VtsDriverCommUtil(), in VtsDriverHalSocketServer()
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp73 VtsDriverCommUtil util; in RpcCallToAgent()
/test/vts/drivers/shell/
DShellDriverTest.cpp60 VtsDriverCommUtil driverUtil(socket_fd); in vts_shell_driver_test_client_start()
DShellDriver.cpp152 VtsDriverCommUtil driverUtil(connection_fd); in HandleShellCommandConnection()