• 大小: 10.12MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-06
  • 语言: Java
  • 标签: Android  OpenCV  Gradle  

资源简介

博客地址 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.xml

     文件         76  2015-10-30 19:27  OpenCV\.idea\copyright\profiles_settings.xml

     文件         94  2015-10-30 21:42  OpenCV\.idea\dictionaries\Administrator.xml

     文件        200  2015-10-30 19:27  OpenCV\.idea\encodings.xml

     文件        608  2015-10-30 19:28  OpenCV\.idea\gradle.xml

     文件        764  2015-10-30 22:15  OpenCV\.idea\libraries\appcompat_v7_23_1_0.xml

     文件        501  2015-10-30 22:15  OpenCV\.idea\libraries\support_annotations_23_1_0.xml

     文件        906  2015-10-30 22:15  OpenCV\.idea\libraries\support_v4_23_1_0.xml

     文件       2899  2015-10-30 21:42  OpenCV\.idea\misc.xml

     文件        349  2015-10-30 21:42  OpenCV\.idea\modules.xml

     文件        564  2015-10-30 21:42  OpenCV\.idea\runConfigurations.xml

     文件        164  2015-10-30 19:27  OpenCV\.idea\vcs.xml

     文件     151924  2015-10-30 23:28  OpenCV\.idea\workspace.xml

     文件          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.xml

     文件        862  2015-10-30 23:27  OpenCV\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.1.0\AndroidManifest.xml

............此处省略1410个文件信息

评论

共有 条评论