Lines Matching defs:IHostUSBDevice

1222 interface IHostUSBDevice;
1365 typedef interface IHostUSBDevice IHostUSBDevice;
7061 nsresult (*GetRemoteUSBDevices)(IConsole *pThis, PRUint32 *remoteUSBDevicesSize, IHostUSBDevice * **remoteUSBDevices);
7232 nsresult (*GetRemoteUSBDevices)(IConsole *pThis, PRUint32 *remoteUSBDevicesSize, IHostUSBDevice * **remoteUSBDevices);
7684 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
7810 IHostUSBDevice * * device
7816 IHostUSBDevice * * device
7835 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
7961 IHostUSBDevice * * device
7967 IHostUSBDevice * * device
13966 /* Start of struct IHostUSBDevice declaration */
13979 nsresult (*GetState)(IHostUSBDevice *pThis, PRUint32 *state);
13985 nsresult (*QueryInterface)(IHostUSBDevice *pThis, const nsID *iid, void **resultp);
13986 nsrefcnt (*AddRef)(IHostUSBDevice *pThis);
13987 nsrefcnt (*Release)(IHostUSBDevice *pThis);
13988 nsresult (*GetId)(IHostUSBDevice *pThis, PRUnichar * *id);
13990 nsresult (*GetVendorId)(IHostUSBDevice *pThis, PRUint16 *vendorId);
13992 nsresult (*GetProductId)(IHostUSBDevice *pThis, PRUint16 *productId);
13994 nsresult (*GetRevision)(IHostUSBDevice *pThis, PRUint16 *revision);
13996 nsresult (*GetManufacturer)(IHostUSBDevice *pThis, PRUnichar * *manufacturer);
13998 nsresult (*GetProduct)(IHostUSBDevice *pThis, PRUnichar * *product);
14000 nsresult (*GetSerialNumber)(IHostUSBDevice *pThis, PRUnichar * *serialNumber);
14002 nsresult (*GetAddress)(IHostUSBDevice *pThis, PRUnichar * *address);
14004 nsresult (*GetPort)(IHostUSBDevice *pThis, PRUint16 *port);
14006 nsresult (*GetVersion)(IHostUSBDevice *pThis, PRUint16 *version);
14008 nsresult (*GetPortVersion)(IHostUSBDevice *pThis, PRUint16 *portVersion);
14010 nsresult (*GetRemote)(IHostUSBDevice *pThis, PRBool *remote);
14012 nsresult (*GetState)(IHostUSBDevice *pThis, PRUint32 *state);
14046 interface IHostUSBDevice
14054 /* End of struct IHostUSBDevice declaration */