Home
last modified time | relevance | path

Searched refs:ExecutionRequestHandler (Results 1 – 4 of 4) sorted by relevance

/external/deqp/execserver/
DxsExecutionServer.cpp130 return new ExecutionRequestHandler(this, socket); in createHandler()
141 ExecutionRequestHandler::ExecutionRequestHandler (ExecutionServer* server, de::Socket* socket) in ExecutionRequestHandler() function in xs::ExecutionRequestHandler
157 ExecutionRequestHandler::~ExecutionRequestHandler (void) in ~ExecutionRequestHandler()
163 void ExecutionRequestHandler::handle (void) in handle()
198 void ExecutionRequestHandler::acquireTestDriver (void) in acquireTestDriver()
209 void ExecutionRequestHandler::processSession (void) in processSession()
260 void ExecutionRequestHandler::processMessage (MessageType type, const deUint8* data, size_t dataSiz… in processMessage()
310 void ExecutionRequestHandler::initKeepAlives (void) in initKeepAlives()
317 void ExecutionRequestHandler::keepAliveReceived (void) in keepAliveReceived()
322 void ExecutionRequestHandler::pollKeepAlives (void) in pollKeepAlives()
[all …]
DxsExecutionServer.hpp85 class ExecutionRequestHandler : public ConnectionHandler class
88 ExecutionRequestHandler (ExecutionServer* server, de::Socket* socket);
89 ~ExecutionRequestHandler (void);
95 ExecutionRequestHandler (const ExecutionRequestHandler& handler);
96 ExecutionRequestHandler& operator= (const ExecutionRequestHandler& handler);
/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp306 : xs::ExecutionRequestHandler (server, socket) in ConnectionHandler()
320 xs::ExecutionRequestHandler::run(); in run()
DtcuAndroidExecService.hpp86 class ConnectionHandler : public xs::ExecutionRequestHandler