Home
last modified time | relevance | path

Searched refs:pending (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp457 acm->pending = false; in SendNotifyRequest()
485 acm->pending = true; in NotifySerialState()
495 bool pending = false; in NotifyComplete() local
502 pending = acm->pending; in NotifyComplete()
506 if (pending) { in NotifyComplete()
H A Dusb_device_cdcacm_test.h104 bool pending; member
/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h104 bool pending; member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c444 acm->pending = false; in SendNotifyRequest()
475 acm->pending = true; in NotifySerialState()
485 bool pending = false; in NotifyComplete() local
492 pending = acm->pending; in NotifyComplete()
496 if (pending) { in NotifyComplete()
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h96 bool pending; member
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1018 bool pending = false; in AcmNotifyComplete() local
1026 /* estimate pending */ in AcmNotifyComplete()
1028 pending = acm->pending; in AcmNotifyComplete()
1032 if (pending) { in AcmNotifyComplete()
1251 acm->pending = false; in AcmSendNotifyRequest()
1285 acm->pending = true; in AcmNotifySerialState()

Completed in 6 milliseconds