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

  /external/opencv3/modules/java/generator/src/java/
android+OpenCVLoader.java 88 * @param AppContext application context for connecting to the service.
92 public static boolean initAsync(String Version, Context AppContext,
95 return AsyncServiceHelper.initOpenCV(Version, AppContext, Callback);
android+AsyncServiceHelper.java 20 public static boolean initOpenCV(String Version, final Context AppContext,
23 AsyncServiceHelper helper = new AsyncServiceHelper(Version, AppContext, Callback);
26 if (AppContext.bindService(intent, helper.mServiceConnection, Context.BIND_AUTO_CREATE))
32 AppContext.unbindService(helper.mServiceConnection);
33 InstallService(AppContext, Callback);
38 protected AsyncServiceHelper(String Version, Context AppContext, LoaderCallbackInterface Callback)
42 mAppContext = AppContext;
71 protected static void InstallService(final Context AppContext, final LoaderCallbackInterface Callback)
85 boolean result = InstallServiceQuiet(AppContext);
143 InstallServiceQuiet(AppContext);
    [all...]
android+BaseLoaderCallback.java 15 public BaseLoaderCallback(Context AppContext) {
16 mAppContext = AppContext;
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 142 void *AppContext;
153 void *AppContext;
401 x->AppContext = NULL;
416 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext)
470 sdr->AppContext = AppContext;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 548 milliseconds