Uses of Interface
com.hqme.cm.IVSD

Uses of IVSD in com.hqme.cm
 

Classes in com.hqme.cm that implement IVSD
static class IVSD.Stub
          Local-side IPC implementation stub class.
 

Methods in com.hqme.cm that return IVSD
static IVSD IVSD.Stub.asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.hqme.cm.IVSD interface, generating a proxy if needed.
 IVSD IStorageManager.getStorage(int storageId)
          Retrieve an instance of a client's VSD with the matching storageId
 

Methods in com.hqme.cm with parameters of type IVSD
 int IStorageManager.registerPlugin(IVSD pluginProxy)
          Interface to let a VSD plugin register itself with IStorageManager (aka the plugin manager).
 void IStorageManager.unregisterPlugin(IVSD pluginProxy)
          Interface to let a VSD plugin unregister itself with IStorageManager (aka the plugin manager).