Searched defs:ExecService (Results 1 - 3 of 3) sorted by relevance

/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DExecService.java38 public class ExecService extends Service { class in inherits:Service
54 ExecService getService () {
55 return ExecService.this;
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.hpp23 * \brief Android ExecService.
108 class ExecService class in namespace:tcu::Android
111 ExecService (JavaVM* vm, jobject context, int port, deSocketFamily family = (deSocketFamily)DEFAULT_SOCKETFAMILY);
112 ~ExecService (void);
118 ExecService (const ExecService& other);
119 ExecService& operator= (const ExecService& other);
H A DtcuAndroidExecService.cpp351 // ExecService
353 ExecService::ExecService (JavaVM* vm, jobject context, int port, deSocketFamily family) function in class:tcu::Android::ExecService
359 ExecService::~ExecService (void)
363 void ExecService::start (void)
368 void ExecService::stop (void)

Completed in 349 milliseconds