Home
last modified time | relevance | path

Searched defs:expectedSize (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/clearplay/hdi_service/common/
Ddata_parser.cpp39 uint32_t expectedSize = initData.size(); in ParsePssh() local
/drivers/peripheral/usb/net/src/
Dcdc_ether.c738 unsigned int currentSize, uint32_t expectedSize) in EcmNotificationAndRequest()
769 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq() local
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c1032 …uct UsbRawRequest *req, struct AcmDevice *acm, unsigned int currentSize, unsigned int expectedSize) in AcmNotificationBufferProcess()
1074 unsigned int expectedSize = 0; in AcmNotifyReqCallback() local
Dusb_serial.c1265 unsigned int expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrqCheckSize() local
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test.cpp150 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in AcmCtrlIrq() local
Dusb_raw_sdk_if_test.cpp242 unsigned int expectedSize, copySize, allocSize; in AcmNotifyReqCallback() local
/drivers/peripheral/display/interfaces/include/
Ddisplay_type.h477 uint32_t expectedSize; /**< Size assigned by memory requester */ member