Home
last modified time | relevance | path

Searched refs:AcmWriteBufAlloc (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp76 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
193 ret = AcmWriteBufAlloc(g_acm); in AcmGetRequest()
H A Dusb_raw_sdk_if_test_io.cpp228 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
465 ret = AcmWriteBufAlloc(g_acm); in AcmRawInit()
H A Dusb_host_sdk_if_test.cpp96 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
1128 ret = AcmWriteBufAlloc(g_acm); in HWTEST_F()
1150 ret = AcmWriteBufAlloc(g_acm); in HWTEST_F()
H A Dusb_raw_sdk_if_test.cpp282 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
1152 ret = AcmWriteBufAlloc(g_acm); in HWTEST_F()
1173 ret = AcmWriteBufAlloc(g_acm); in HWTEST_F()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c106 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
872 int32_t ret = AcmWriteBufAlloc(g_acm); in CheckHostSdkIfAllocRequest003()
891 int32_t ret = AcmWriteBufAlloc(g_acm); in CheckHostSdkIfAllocRequest004()
1181 int32_t ret = AcmWriteBufAlloc(g_acm); in CheckHostSdkIfAllocRequest009()
H A Dusb_raw_test.c142 ret = AcmWriteBufAlloc(rawAcm); in CheckRawSdkIfAllocRequest001()
166 ret = AcmWriteBufAlloc(rawAcm); in CheckRawSdkIfAllocRequest002()
505 ret = AcmWriteBufAlloc(rawAcm); in CheckRawSdkIfAllocRequest009()
H A Dusb_raw_io.c235 int32_t AcmWriteBufAlloc(struct AcmRawDevice *acm) in AcmWriteBufAlloc() function
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h362 int32_t AcmWriteBufAlloc(struct AcmRawDevice *acm);
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c407 static int32_t AcmWriteBufAlloc(const struct AcmDevice *acm) in AcmWriteBufAlloc() function
1282 ret = AcmWriteBufAlloc(acm); in UsbAllocRequests()
1284 HDF_LOGE("%{public}s:%{public}d AcmWriteBufAlloc failed", __func__, __LINE__); in UsbAllocRequests()
H A Dusb_serial.c170 static int32_t AcmWriteBufAlloc(const struct AcmDevice *acm) in AcmWriteBufAlloc() function
1642 if (AcmWriteBufAlloc(acm) < 0) { in AcmAllocRequests()
1643 HDF_LOGE("%{public}s: AcmWriteBufAlloc failed", __func__); in AcmAllocRequests()

Completed in 17 milliseconds