资源简介
博客地址 http://blog.csdn.net/sbsujjbcy/article/details/49520791
代码片段和文件信息
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: C:\\Users\\Administrator\\Desktop\\OpenCV\\app\\src\\main\\aidl\\org\\opencv\\engine\\OpenCVEngineInterface.aidl
*/
package org.opencv.engine;
/**
* Class provides a Java interface for OpenCV Engine Service. It‘s synchronous with native OpenCVEngine class.
*/
public interface OpenCVEngineInterface extends android.os.IInterface
{
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder implements org.opencv.engine.OpenCVEngineInterface
{
private static final java.lang.String DEscriptOR = “org.opencv.engine.OpenCVEngineInterface“;
/** Construct the stub at attach it to the interface. */
public Stub()
{
this.attachInterface(this DEscriptOR);
}
/**
* Cast an IBinder object into an org.opencv.engine.OpenCVEngineInterface interface
* generating a proxy if needed.
*/
public static org.opencv.engine.OpenCVEngineInterface asInterface(android.os.IBinder obj)
{
if ((obj==null)) {
return null;
}
android.os.IInterface iin = obj.queryLocalInterface(DEscriptOR);
if (((iin!=null)&&(iin instanceof org.opencv.engine.OpenCVEngineInterface))) {
return ((org.opencv.engine.OpenCVEngineInterface)iin);
}
return new org.opencv.engine.OpenCVEngineInterface.Stub.Proxy(obj);
}
@Override public android.os.IBinder asBinder()
{
return this;
}
@Override public boolean onTransact(int code android.os.Parcel data android.os.Parcel reply int flags) throws android.os.RemoteException
{
switch (code)
{
case INTERFACE_TRANSACTION:
{
reply.writeString(DEscriptOR);
return true;
}
case TRANSACTION_getEngineVersion:
{
data.enforceInterface(DEscriptOR);
int _result = this.getEngineVersion();
reply.writeNoException();
reply.writeInt(_result);
return true;
}
case TRANSACTION_getLibPathByVersion:
{
data.enforceInterface(DEscriptOR);
java.lang.String _arg0;
_arg0 = data.readString();
java.lang.String _result = this.getLibPathByVersion(_arg0);
reply.writeNoException();
reply.writeString(_result);
return true;
}
case TRANSACTION_installVersion:
{
data.enforceInterface(DEscriptOR);
java.lang.String _arg0;
_arg0 = data.readString();
boolean _result = this.installVersion(_arg0);
reply.writeNoException();
reply.writeInt(((_result)?(1):(0)));
return true;
}
case TRANSACTION_getLibraryList:
{
data.enforceInterface(DEscriptOR);
java.lang.String _arg0;
_arg0 = data.readString();
java.lang.String _result = this.getLibraryList(_arg0);
reply.writeNoException();
reply.writeString(_result);
return true;
}
}
return super.onTransact(code data reply flags);
}
private static class Proxy implements org.opencv.engine.OpenCVEngineInterface
{
private android.os.IBinder mRemote;
Proxy(android.os.IBinder remote)
{
mRemote = remote;
}
@Override public android.os.IBinder asBinder()
{
return mRemote;
}
public java.lang.String getInterfaceDescriptor()
{
return DEscriptOR;
}
/**
* @return Returns service version.
*/
@Override public int getEngineVersion() throws android.os.RemoteExcept
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 105 2015-10-30 19:27 OpenCV\.gitignore
文件 37 2015-10-30 19:29 OpenCV\.gradle\2.4\taskArtifacts\cache.properties
文件 17 2015-10-30 23:27 OpenCV\.gradle\2.4\taskArtifacts\cache.properties.lock
文件 130474 2015-10-30 23:27 OpenCV\.gradle\2.4\taskArtifacts\fileHashes.bin
文件 1407957 2015-10-30 23:27 OpenCV\.gradle\2.4\taskArtifacts\fileSnapshots.bin
文件 19712 2015-10-30 23:27 OpenCV\.gradle\2.4\taskArtifacts\outputFileStates.bin
文件 61919 2015-10-30 23:27 OpenCV\.gradle\2.4\taskArtifacts\taskArtifacts.bin
文件 6 2015-10-30 19:28 OpenCV\.idea\.name
文件 709 2015-10-30 19:28 OpenCV\.idea\compiler.xm
文件 76 2015-10-30 19:27 OpenCV\.idea\copyright\profiles_settings.xm
文件 94 2015-10-30 21:42 OpenCV\.idea\dictionaries\Administrator.xm
文件 200 2015-10-30 19:27 OpenCV\.idea\encodings.xm
文件 608 2015-10-30 19:28 OpenCV\.idea\gradle.xm
文件 764 2015-10-30 22:15 OpenCV\.idea\libraries\appcompat_v7_23_1_0.xm
文件 501 2015-10-30 22:15 OpenCV\.idea\libraries\support_annotations_23_1_0.xm
文件 906 2015-10-30 22:15 OpenCV\.idea\libraries\support_v4_23_1_0.xm
文件 2899 2015-10-30 21:42 OpenCV\.idea\misc.xm
文件 349 2015-10-30 21:42 OpenCV\.idea\modules.xm
文件 564 2015-10-30 21:42 OpenCV\.idea\runConfigurations.xm
文件 164 2015-10-30 19:27 OpenCV\.idea\vcs.xm
文件 151924 2015-10-30 23:28 OpenCV\.idea\workspace.xm
文件 8 2015-10-30 19:27 OpenCV\app\.gitignore
文件 7524 2015-10-30 22:44 OpenCV\app\app.iml
文件 6855 2015-10-30 23:27 OpenCV\app\build\generated\source\aidl\debug\org\opencv\engine\OpenCVEngineInterface.java
文件 453 2015-10-30 23:27 OpenCV\app\build\generated\source\buildConfig\androidTest\debug\cn\edu\zafu\opencv\test\BuildConfig.java
文件 443 2015-10-30 23:27 OpenCV\app\build\generated\source\buildConfig\debug\cn\edu\zafu\opencv\BuildConfig.java
文件 85159 2015-10-30 23:27 OpenCV\app\build\generated\source\r\debug\android\support\v7\appcompat\R.java
文件 376378 2015-10-30 23:27 OpenCV\app\build\generated\source\r\debug\cn\edu\zafu\opencv\R.java
文件 862 2015-10-30 23:27 OpenCV\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.0\aapt\AndroidManifest.xm
文件 862 2015-10-30 23:27 OpenCV\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.0\AndroidManifest.xm
............此处省略1410个文件信息
- 上一篇:健康助手代码
- 下一篇:Java8 函数式编程 - 中文高清完整 PDF + 源码
相关资源
- 点击按钮弹出时间或日历选择的源码
- Android support Library 显示方法
- android开发ppt课件
- 基于android聊天仿QQ聊天系统.rar
- Android-SDK最新版support-jar包
- Android开发读取通讯录信息
- Android studio 的videoView播放网络视频d
- Auto.js打包插件.apk
- Android游戏源码迷你桌球台球游戏项目
- Android项目源码仿淘宝安卓客户端
- MyShiYan.zip
- Android studio 串口通信
- 第一行代码word版—Android(全书)
- androidstudio实现socket通讯
- Android陀螺仪实现背景移动Demo
- android 混合支付支持多平台支付
- Android应用源码基于安卓的校园二手交
- android studio倒计时三秒欢迎页面
- Android多功能时钟
- android仿小米锁屏
- android头像上传获取头像加剪切
- Android项目源码完整新闻类资讯客户端
- android时间选择器
- Android仿QQ框架
- Android学生信息管理系统54978
- 人脸识别检测opencv简单java实现
- android仿大转盘 的完整项目 带音效
- android手机控制电脑
- android studio仿微信主界面
- android开发项目案例大学期间课程作业
评论
共有 条评论