Home
last modified time | relevance | path

Searched refs:ioRecvProcessStopStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c143 interfacePool->ioRecvProcessStopStatus != USB_POOL_PROCESS_RUNNING) { in IoAsyncReceiveProcess()
162 interfacePool->ioRecvProcessStopStatus = USB_POOL_PROCESS_STOPED; in IoAsyncReceiveProcess()
274 interfacePool->ioRecvProcessStopStatus = USB_POOL_PROCESS_RUNNING; in UsbIoStart()
334 if ((interfacePool->ioRecvProcessStopStatus != USB_POOL_PROCESS_STOPED)) { in UsbIoRecvProcessStop()
336 interfacePool->ioRecvProcessStopStatus = USB_POOL_PROCESS_STOP; in UsbIoRecvProcessStop()
H A Dusb_interface_pool.c148 interfacePool->ioRecvProcessStopStatus = USB_POOL_PROCESS_RUNNING; in IfInterfacePoolInit()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h80 UsbPoolProcessStatusType ioRecvProcessStopStatus; member