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

  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 23 * \brief Android ExecService.
108 class ExecService
111 ExecService (JavaVM* vm, jobject context, deSocketFamily family = (deSocketFamily)DEFAULT_SOCKETFAMILY, int port = DEFAULT_PORT);
112 ~ExecService (void);
118 ExecService (const ExecService& other);
119 ExecService& operator= (const ExecService& other);
tcuAndroidJNI.cpp 38 // ExecService entry points.
51 static tcu::Android::ExecService* getExecService (JNIEnv* env, jobject obj)
54 return (tcu::Android::ExecService*)(deIntptr)env->GetLongField(obj, field);
57 static void setExecService (JNIEnv* env, jobject obj, tcu::Android::ExecService* service)
72 tcu::Android::ExecService* service = DE_NULL;
82 service = new tcu::Android::ExecService(vm, obj);
91 tcu::die("ExecService.onCreateNative() failed");
99 tcu::Android::ExecService* service = getExecService(env, obj);
110 tcu::die("ExecService.onDestroyNative() failed");
tcuAndroidExecService.cpp 351 // ExecService
353 ExecService::ExecService (JavaVM* vm, jobject context, deSocketFamily family, int port)
359 ExecService::~ExecService (void)
363 void ExecService::start (void)
368 void ExecService::stop (void)
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ServiceStarter.java 30 import com.drawelements.deqp.execserver.ExecService;
41 Intent svc = new Intent(this, com.drawelements.deqp.execserver.ExecService.class);
ExecService.java 39 public class ExecService extends Service {
48 ExecService getService () {
49 return ExecService.this;
ExecServerActivity.java 37 import com.drawelements.deqp.execserver.ExecService;
60 Intent svc = new Intent(this, com.drawelements.deqp.execserver.ExecService.class);

Completed in 97 milliseconds