Lines Matching refs:sp
66 explicit UsbSubscriberTest(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp) {} in UsbSubscriberTest() argument
182 static void DeviceSpeed(UsbSrvClient &g_usbClient, int32_t &sp) in DeviceSpeed() argument
191 sp = speed; in DeviceSpeed()
209 static void ResetProxy(UsbSrvClient &g_usbClient, int32_t &sp) in ResetProxy() argument
225 sp = speed; in ResetProxy()
233 int32_t sp; in DeviceStatus() local
234 DeviceSpeed(g_usbClient, sp); in DeviceStatus()
235 printf("%s:%d device speed=%d\n", __func__, __LINE__, sp); in DeviceStatus()
252 int32_t sp; in SetProxy() local
253 ResetProxy(g_usbClient, sp); in SetProxy()
254 if (sp > 0) { in SetProxy()