Home
last modified time | relevance | path

Searched refs:HdfSbufFlush (Results 1 - 25 of 31) sorted by relevance

12

/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c98 HdfSbufFlush(g_data); in AcmWrite()
117 HdfSbufFlush(g_reply); in AcmRead()
142 HdfSbufFlush(g_data); in acm_prop_regist()
159 HdfSbufFlush(g_data); in acm_prop_write()
160 HdfSbufFlush(g_reply); in acm_prop_write()
181 HdfSbufFlush(g_data); in acm_prop_read()
182 HdfSbufFlush(g_reply); in acm_prop_read()
/drivers/hdf_core/framework/model/input/driver/
H A Devent_hub.c35 HdfSbufFlush(inputDev->pkgBuf); in EventQueueWorkEntry()
59 HdfSbufFlush(inputDev->pkgBuf); in PushOnePackage()
72 HdfSbufFlush(inputDev->pkgBuf); in PushOnePackage()
87 HdfSbufFlush(inputDev->pkgBuf); in PushOnePackage()
H A Dhdf_input_device_manager.c98 HdfSbufFlush(inputDev->eventBuf); in HotPlugNotify()
105 HdfSbufFlush(inputDev->eventBuf); in HotPlugNotify()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c179 HdfSbufFlush(g_reply); in UsbHostDdkTestAsyncRead()
214 HdfSbufFlush(g_data); in UsbHostDdkTestAsyncWrite()
242 HdfSbufFlush(g_reply); in UsbHostDdkTestSyncRead()
273 HdfSbufFlush(g_data); in UsbHostDdkTestSyncWrite()
301 HdfSbufFlush(g_reply); in UsbHostDdkTestCtrlClass()
328 HdfSbufFlush(g_reply); in UsbHostDdkTestStdGetDes()
362 HdfSbufFlush(g_reply); in UsbHostDdkTestStdGetDesAsync()
400 HdfSbufFlush(g_reply); in UsbHostDdkTestStdGetStatus()
435 HdfSbufFlush(g_reply); in TestStdGetConf()
463 HdfSbufFlush(g_repl in TestStdGetInterface()
[all...]
/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_common_test.c84 HdfSbufFlush(g_msg); in HdfTestSendMsgToService()
85 HdfSbufFlush(g_reply); in HdfTestSendMsgToService()
/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c37 HdfSbufFlush(reply); in GetDeviceServiceNameByClass()
49 HdfSbufFlush(reply); in ListAllService()
60 HdfSbufFlush(reply); in ListAllDevice()
H A Dhdf_device_node_ext.c34 HdfSbufFlush(reply); in DeviceNodeExtDispatch()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp530 HdfSbufFlush(testSBufData); in HWTEST_F()
531 HdfSbufFlush(testSBufReply); in HWTEST_F()
535 HdfSbufFlush(testSBufData); in HWTEST_F()
536 HdfSbufFlush(testSBufReply); in HWTEST_F()
556 HdfSbufFlush(testSBufData); in HWTEST_F()
557 HdfSbufFlush(testSBufReply); in HWTEST_F()
590 HdfSbufFlush(testSBufData); in HWTEST_F()
591 HdfSbufFlush(testSBufReply); in HWTEST_F()
600 HdfSbufFlush(testSBufData); in HWTEST_F()
601 HdfSbufFlush(testSBufRepl in HWTEST_F()
[all...]
/drivers/peripheral/usb/sample/device/linux/
H A Dacm_speed_read.c36 HdfSbufFlush(g_reply); in TestSpeed()
49 HdfSbufFlush(g_reply); in GetTempSpeed()
H A Dacm_speed_write.c37 HdfSbufFlush(g_reply); in TestSpeed()
50 HdfSbufFlush(g_reply); in GetTempSpeed()
H A Dacm_test.c43 HdfSbufFlush(g_data); in TestWrite()
59 HdfSbufFlush(g_reply); in TestRead()
H A Dacm_read.c37 HdfSbufFlush(g_reply); in TestRead()
H A Dacm_write.c35 HdfSbufFlush(g_data); in TestWrite()
/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c60 HdfSbufFlush(g_reply); in TestSpeed()
72 HdfSbufFlush(g_reply); in GetTempSpeed()
H A Dacm_speed_write.c59 HdfSbufFlush(g_reply); in TestSpeed()
73 HdfSbufFlush(g_reply); in GetTempSpeed()
H A Dacm_test.c51 HdfSbufFlush(g_data); in TestWrite()
61 HdfSbufFlush(g_reply); in TestRead()
/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Ddevmgr_service_start.c50 HdfSbufFlush(reply); in HdfGetServiceNameByDeviceClass()
/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
H A Ddevmgr_service_start.c52 HdfSbufFlush(reply); in HdfGetServiceNameByDeviceClass()
/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c55 HdfSbufFlush(data); in DevmgrServiceProxyAttachDeviceHost()
56 HdfSbufFlush(reply); in DevmgrServiceProxyAttachDeviceHost()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_lite_manager_test.cpp136 HdfSbufFlush(data); in HWTEST_F()
/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_sbuf.h442 void HdfSbufFlush(struct HdfSBuf *sbuf);
/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_if_u.c103 HdfSbufFlush(i2cHandle->data); in I2cHandleSbufReset()
104 HdfSbufFlush(i2cHandle->reply); in I2cHandleSbufReset()
/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager_ext.c103 HdfSbufFlush(reply); in DeviceSvcMgrDispatch()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_speed_test.c66 HdfSbufFlush(g_data); in SpeedTest()
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/
H A Daudio_adm_common.cpp320 HdfSbufFlush(writeBuf); in WriteHwParams()

Completed in 11 milliseconds

12