HomeSort by relevance Sort by last modified time
    Searched refs:VtsDriverHalSocketServer (Results 1 - 2 of 2) sorted by null

  /test/vts/drivers/hal/server/
SocketServer.h 29 class VtsDriverHalSocketServer : public VtsDriverCommUtil {
31 VtsDriverHalSocketServer(VtsHalDriverManager* driver_manager,
SocketServer.cpp 19 #define LOG_TAG "VtsDriverHalSocketServer"
39 void VtsDriverHalSocketServer::Exit() {
43 int32_t VtsDriverHalSocketServer::LoadHal(const string& path, int target_class,
59 string VtsDriverHalSocketServer::ReadSpecification(
71 string VtsDriverHalSocketServer::Call(const string& arg) {
79 string VtsDriverHalSocketServer::GetAttribute(const string& arg) {
87 string VtsDriverHalSocketServer::ListFunctions() const {
103 bool VtsDriverHalSocketServer::ProcessOneCommand() {
244 VtsDriverHalSocketServer* server =
245 new VtsDriverHalSocketServer(driver_manager, lib_path)
    [all...]

Completed in 162 milliseconds