资源简介
http://blog.csdn.net/qq_26787115/article/details/78590063
代码片段和文件信息
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: D:\\AndroidProject\\AIDLClient\\AIDLService\\src\\main\\aidl\\com\\android\\openimpl\\IMyLifestyleInterface.aidl
*/
package com.android.openimpl;
public interface IMyLifestyleInterface extends android.os.IInterface
{
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder implements com.android.openimpl.IMyLifestyleInterface
{
private static final java.lang.String DEscriptOR = “com.android.openimpl.IMyLifestyleInterface“;
/** Construct the stub at attach it to the interface. */
public Stub()
{
this.attachInterface(this DEscriptOR);
}
/**
* Cast an IBinder object into an com.android.openimpl.IMyLifestyleInterface interface
* generating a proxy if needed.
*/
public static com.android.openimpl.IMyLifestyleInterface asInterface(android.os.IBinder obj)
{
if ((obj==null)) {
return null;
}
android.os.IInterface iin = obj.queryLocalInterface(DEscriptOR);
if (((iin!=null)&&(iin instanceof com.android.openimpl.IMyLifestyleInterface))) {
return ((com.android.openimpl.IMyLifestyleInterface)iin);
}
return new com.android.openimpl.IMyLifestyleInterface.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_sum:
{
data.enforceInterface(DEscriptOR);
int _arg0;
_arg0 = data.readInt();
int _arg1;
_arg1 = data.readInt();
this.sum(_arg0 _arg1);
reply.writeNoException();
return true;
}
case TRANSACTION_sleep:
{
data.enforceInterface(DEscriptOR);
boolean _arg0;
_arg0 = (0!=data.readInt());
this.sleep(_arg0);
reply.writeNoException();
return true;
}
case TRANSACTION_registerCallback:
{
data.enforceInterface(DEscriptOR);
com.android.openimpl.IMyLifestyleListener _arg0;
_arg0 = com.android.openimpl.IMyLifestyleListener.Stub.asInterface(data.readStrongBinder());
this.registerCallback(_arg0);
reply.writeNoException();
return true;
}
case TRANSACTION_unregisterCallback:
{
data.enforceInterface(DEscriptOR);
com.android.openimpl.IMyLifestyleListener _arg0;
_arg0 = com.android.openimpl.IMyLifestyleListener.Stub.asInterface(data.readStrongBinder());
this.unregisterCallback(_arg0);
reply.writeNoException();
return true;
}
}
return super.onTransact(code data reply flags);
}
private static class Proxy implements com.android.openimpl.IMyLifestyleInterface
{
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;
}
//计算
@Override public void sum(int a int b) throws android.os.RemoteException
{
android.os.Parcel _data = android.os.Parcel.obtain();
android.os.Parcel _reply = android.os.Parcel.obtain();
try {
_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-11-21 10:14 AIDLClient\
文件 127 2017-11-21 09:58 AIDLClient\.gitignore
目录 0 2017-11-21 09:58 AIDLClient\.gradle\
目录 0 2017-11-21 10:14 AIDLClient\.gradle\4.1\
目录 0 2017-11-21 09:58 AIDLClient\.gradle\4.1\fileChanges\
文件 1 2017-11-21 10:43 AIDLClient\.gradle\4.1\fileChanges\last-build.bin
目录 0 2017-11-21 10:14 AIDLClient\.gradle\4.1\fileContent\
文件 17 2017-11-21 10:43 AIDLClient\.gradle\4.1\fileContent\fileContent.lock
目录 0 2017-11-21 09:58 AIDLClient\.gradle\4.1\fileHashes\
文件 493841 2017-11-21 10:43 AIDLClient\.gradle\4.1\fileHashes\fileHashes.bin
文件 17 2017-11-21 10:43 AIDLClient\.gradle\4.1\fileHashes\fileHashes.lock
文件 19925 2017-11-21 10:14 AIDLClient\.gradle\4.1\fileHashes\resourceHashesCache.bin
目录 0 2017-11-21 10:14 AIDLClient\.gradle\4.1\javaCompile\
文件 791471 2017-11-21 10:43 AIDLClient\.gradle\4.1\javaCompile\classAnalysis.bin
文件 321993 2017-11-21 10:14 AIDLClient\.gradle\4.1\javaCompile\jarAnalysis.bin
文件 17 2017-11-21 10:43 AIDLClient\.gradle\4.1\javaCompile\javaCompile.lock
文件 145987 2017-11-21 10:43 AIDLClient\.gradle\4.1\javaCompile\taskHistory.bin
文件 23903 2017-11-21 10:43 AIDLClient\.gradle\4.1\javaCompile\taskJars.bin
目录 0 2017-11-21 09:58 AIDLClient\.gradle\4.1\taskHistory\
文件 4532292 2017-11-21 10:43 AIDLClient\.gradle\4.1\taskHistory\fileSnapshots.bin
文件 141834 2017-11-21 10:43 AIDLClient\.gradle\4.1\taskHistory\taskHistory.bin
文件 17 2017-11-21 10:43 AIDLClient\.gradle\4.1\taskHistory\taskHistory.lock
目录 0 2017-11-21 09:58 AIDLClient\.gradle\buildOutputCleanup\
文件 0 2017-11-21 09:58 AIDLClient\.gradle\buildOutputCleanup\built.bin
文件 51 2017-11-21 09:58 AIDLClient\.gradle\buildOutputCleanup\cache.properties
文件 2 2017-11-21 10:43 AIDLClient\.gradle\buildOutputCleanup\cache.properties.lock
目录 0 2017-11-21 11:01 AIDLClient\.idea\
文件 683 2017-11-21 09:59 AIDLClient\.idea\gradle.xm
目录 0 2017-11-21 09:59 AIDLClient\.idea\libraries\
文件 533 2017-11-21 09:59 AIDLClient\.idea\libraries\android_arch_core_common_1_0_0_jar.xm
文件 548 2017-11-21 09:59 AIDLClient\.idea\libraries\android_arch_lifecycle_common_1_0_0_jar.xm
............此处省略4309个文件信息
- 上一篇:常用PCB库封装
- 下一篇:音频PCMSample
评论
共有 条评论