Searched refs:VtsDriverHalSocketServer (Results 1 – 2 of 2) sorted by relevance
40 void VtsDriverHalSocketServer::Exit() { in Exit()44 int32_t VtsDriverHalSocketServer::LoadHal( in LoadHal()58 string VtsDriverHalSocketServer::ReadSpecification( in ReadSpecification()72 string VtsDriverHalSocketServer::Call(const string& arg) { in Call()80 string VtsDriverHalSocketServer::GetAttribute(const string& arg) { in GetAttribute()88 string VtsDriverHalSocketServer::ListFunctions() const { in ListFunctions()104 bool VtsDriverHalSocketServer::ProcessOneCommand() { in ProcessOneCommand()284 VtsDriverHalSocketServer* server = new VtsDriverHalSocketServer( in StartSocketServer()
30 class VtsDriverHalSocketServer : public VtsDriverCommUtil {32 VtsDriverHalSocketServer(VtsHalDriverManager* driver_manager, in VtsDriverHalSocketServer() function