Searched defs:expectedSize (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/clearplay/hdi_service/common/ |
H A D | data_parser.cpp | 39 uint32_t expectedSize = initData.size(); in ParsePssh() local
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.cpp | 152 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrq() local
|
H A D | usb_raw_sdk_if_test.cpp | 242 unsigned int expectedSize, copySize, allocSize; in AcmNotifyReqCallback() local
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 418 unsigned int expectedSize = 0; in UsbnetHostReqCallback() local 355 UsbnetHostNotificationBufferProcess(const struct UsbRawRequest *req, struct UsbnetHost *usbNet, unsigned int currentSize, unsigned int expectedSize) UsbnetHostNotificationBufferProcess() argument
|
H A D | cdc_ether.c | 779 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq() local 747 EcmNotificationAndRequest(struct UsbRequest *req, struct EcmDevice *ecm, struct UsbCdcNotification *dr, unsigned int currentSize, uint32_t expectedSize) EcmNotificationAndRequest() argument
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 1080 unsigned int expectedSize = 0; in AcmNotifyReqCallback() local 1037 AcmNotificationBufferProcess( const struct UsbRawRequest *req, struct AcmDevice *acm, unsigned int currentSize, unsigned int expectedSize) AcmNotificationBufferProcess() argument
|
H A D | usb_serial.c | 1280 unsigned int expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrqCheckSize() local
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 477 uint32_t expectedSize; /**< Size assigned by memory requester */ member
|
Completed in 16 milliseconds