Searched refs:GetEndpointCount (Results 1 – 6 of 6) sorted by relevance
232 if (interface.GetEndpointCount() >= 0 && !isRepeat) { in ParseConfigDescriptor()236 if (interface.GetEndpointCount() > 0 && iter != interfaces.end()) { in ParseConfigDescriptor()
124 int32_t GetEndpointCount() const in GetEndpointCount() function
167 EXPECT_NE(interface.GetEndpointCount(), 0);
204 EXPECT_NE(interface.GetEndpointCount(), 0);
941 … WRITE_PARCEL_WITH_RET(data, Int32, interface.GetEndpointCount(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceInterfacesMessageParcel()
121 for (int32_t i = 0; i < usbInterface.GetEndpointCount(); ++i) { in CtoJSUsbInterface()