com.hqme.cm
Class IVSD.Stub
java.lang.Object
android.os.Binder
com.hqme.cm.IVSD.Stub
- All Implemented Interfaces:
- IVSD
- Enclosing interface:
- IVSD
public abstract static class IVSD.Stub
- extends android.os.Binder
- implements IVSD
Local-side IPC implementation stub class.
Nested classes/interfaces inherited from interface com.hqme.cm.IVSD |
IVSD.Stub |
Constructor Summary |
IVSD.Stub()
Construct the stub at attach it to the interface. |
Method Summary |
android.os.IBinder |
asBinder()
|
static IVSD |
asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.hqme.cm.IVSD interface,
generating a proxy if needed. |
boolean |
onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hqme.cm.IVSD |
allObjects, createObject, functionGroups, getCommandStatus, getObject, getProperty, getPropertyKeys, issueCommand, name, removeObject, removeProperty, setProperty, storageId |
IVSD.Stub
public IVSD.Stub()
- Construct the stub at attach it to the interface.
asInterface
public static IVSD asInterface(android.os.IBinder obj)
- Cast an IBinder object into an com.hqme.cm.IVSD interface,
generating a proxy if needed.
asBinder
public android.os.IBinder asBinder()
onTransact
public boolean onTransact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
throws android.os.RemoteException
- Throws:
android.os.RemoteException