Searched defs:aDev2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp933 * @param aDev2 Device 2.
935 * @returns < 0 if this should come before aDev2.
936 * @returns 0 if this and aDev2 are equal.
937 * @returns > 0 if this should come after aDev2.
941 int HostUSBDevice::i_compare(PCUSBDEVICE aDev2) argument
945 return i_compare(mUsb, aDev2,
954 * @param aDev2 Device 2.
958 * @returns < 0 if aDev1 should come before aDev2.
959 * @returns 0 if aDev1 and aDev2 are equal.
960 * @returns > 0 if aDev1 should come after aDev2
963 i_compare(PCUSBDEVICE aDev1, PCUSBDEVICE aDev2, bool aIsAwaitingReAttach ) argument
[all...]

Completed in 43 milliseconds