HomeSort by relevance Sort by last modified time
    Searched defs:mEngineService (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/java/generator/src/java/
android+AsyncServiceHelper.java 47 protected OpenCVEngineInterface mEngineService;
161 mEngineService = OpenCVEngineInterface.Stub.asInterface(service);
162 if (null == mEngineService)
172 if (mEngineService.getEngineVersion() < MINIMUM_ENGINE_VERSION)
183 String path = mEngineService.getLibPathByVersion(mOpenCVersion);
197 if (mEngineService.installVersion(mOpenCVersion))
262 if (!mEngineService.installVersion(mOpenCVersion))
296 String libs = mEngineService.getLibraryList(mOpenCVersion);
336 mEngineService = null;
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 133 milliseconds