Home
last modified time | relevance | path

Searched refs:GetFunctions (Results 1 – 6 of 6) sorted by relevance

/test/vts/drivers/hal/common/include/binder/
DVtsFuzzerBinderService.h68 virtual const char* GetFunctions() = 0;
91 const char* GetFunctions();
/test/vts/drivers/hal/server/
DBinderServer.cpp119 const char* result = GetFunctions(); in onTransact()
173 const char* GetFunctions() { in GetFunctions() function in android::vts::VtsFuzzerServer
/test/vts/agents/hal/
DSocketClientToDriver.h55 string GetFunctions();
DSocketClientToDriver.cpp69 string VtsDriverSocketClient::GetFunctions() { in GetFunctions() function in android::vts::VtsDriverSocketClient
DAgentRequestHandler.cpp322 return SendApiResult("GetAttribute", "", client->GetFunctions());
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp140 const char* BpVtsFuzzer::GetFunctions() { in GetFunctions() function in android::vts::BpVtsFuzzer