Home
last modified time | relevance | path

Searched refs:Exit (Results 1 – 8 of 8) sorted by relevance

/test/vts/proto/
DVtsProfilingMessage.proto27 // Exit event on the server side of a binderized HAL.
31 // Exit event on the client side of a binderized HAL.
35 // Exit event of a synchronize callback.
39 // Exit event of a asynchronize callback.
43 // Exit event of a passthrough HAL.
/test/vts/drivers/hal/common/include/binder/
DVtsFuzzerBinderService.h50 virtual void Exit() = 0;
79 void Exit();
/test/vts/drivers/hal/server/
DBinderServer.cpp65 Exit(); in onTransact()
143 void Exit() { printf("VtsFuzzerServer::Exit\n"); } in Exit() function in android::vts::VtsFuzzerServer
DSocketServer.h44 void Exit();
DSocketServer.cpp40 void VtsDriverHalSocketServer::Exit() { in Exit() function in android::vts::VtsDriverHalSocketServer
111 Exit(); in ProcessOneCommand()
/test/vts/agents/hal/
DSocketClientToDriver.cpp30 bool VtsDriverSocketClient::Exit() { in Exit() function in android::vts::VtsDriverSocketClient
236 client->Exit(); in IsDriverRunning()
DSocketClientToDriver.h41 bool Exit();
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp43 void BpVtsFuzzer::Exit() { in Exit() function in android::vts::BpVtsFuzzer