Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 27) sorted by relevance

12

/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
Deapol.c17 #define RETURN_IF_INPUT_VALID(netDevice, buff) do { \ argument
28 static int32_t EnableEapol(const struct NetDevice *netDevice, struct EapolEnable *buff) in EnableEapol()
55 static int32_t GetEapol(const struct NetDevice *netDevice, struct EapolRx *buff) in GetEapol()
95 static int32_t SendEapol(struct NetDevice *netDevice, struct EapolTx *buff) in SendEapol()
175 static int32_t WriteEapolToQueue(const struct NetDevice *netDevice, NetBuf *buff) in WriteEapolToQueue()
Deapol.h38 uint8_t *buff; member
43 uint8_t *buff; member
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/
Dflow_control_test.c32 NetBuf *buff = NULL; in SendDataPacket() local
85 NetBuf *buff = NULL; in ConstructEapolNetBuf() local
120 NetBuf *buff = NULL; in WiFiFlowControlTestGetEapolQueueId() local
147 NetBuf *buff = NULL; in WiFiFlowControlTestSendData() local
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dhci_watcher.cpp158 uint8_t buff; in WatcherThread() local
173 uint8_t buff = 0; in ThreadWakeup() local
Dvendor_interface.cpp243 HC_BT_HDR *buff = reinterpret_cast<HC_BT_HDR *>(new uint8_t[buffSize]); in OnEventReceived() local
258 HC_BT_HDR *buff = reinterpret_cast<HC_BT_HDR *>(new uint8_t[buffSize]); in OnEventReceived() local
/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
Dflow_control.c94 static FlowControlQueueID IpProcessFunc(const void *buff, uint32_t len) in IpProcessFunc()
232 static int32_t SendBuffToFCM(struct FlowControlModule *fcm, NetBuf *buff, uint32_t id, uint32_t dir) in SendBuffToFCM()
256 static FlowControlQueueID GetQueueIdByEtherBuff(const NetBuf *buff) in GetQueueIdByEtherBuff()
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
Dstream_customer.h57 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in OnBufferAvailable() local
/drivers/peripheral/camera/test/ut/v4l2/
Dstream_customer.cpp31 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in CamFrame() local
/drivers/peripheral/camera/test/demo/
Dstream_customer.cpp46 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in CamFrame() local
/drivers/peripheral/camera/test/demo_3A/
Dstream_customer.cpp46 OHOS::sptr<OHOS::SurfaceBuffer> buff = nullptr; in CamFrame() local
/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_infoframe.c101 uint8_t *buff = data; in HdmiInfoFramePacketAviEncoding() local
175 uint8_t *buff = data; in HdmiInfoFramePacketSpdEncoding() local
211 uint8_t *buff = data; in HdmiInfoFramePacketAudioEncoding() local
252 uint8_t *buff = data; in HdmiInfoFramePacketDrmEncoding() local
/drivers/peripheral/connected_nfc_tag/hdi_service/
Dconnected_nfc_tag_impl.cpp31 static int EventCallback(uint8_t event, uint8_t *buff, uint32_t buffLen) in EventCallback()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c386 …tic ProcessingResult LiteNetDevDataFilter(struct NetDeviceImpl *netDeviceImpl, struct NetBuf *buff) in LiteNetDevDataFilter()
408 static int32_t LiteNetDevDataReceive(struct NetDeviceImpl *netDeviceImpl, struct NetBuf *buff) in LiteNetDevDataReceive()
427 static int32_t LiteNetDevReceive(struct NetDeviceImpl *netDeviceImpl, struct NetBuf *buff, ReceiveF… in LiteNetDevReceive()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_firmware.c44 uint8_t *buff; member
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c425 …tic ProcessingResult LiteNetDevDataFilter(struct NetDeviceImpl *netDeviceImpl, struct NetBuf *buff) in LiteNetDevDataFilter()
447 static int32_t LiteNetDevDataReceive(struct NetDeviceImpl *netDeviceImpl, struct NetBuf *buff) in LiteNetDevDataReceive()
466 static int32_t LiteNetDevReceive(struct NetDeviceImpl *netDeviceImpl, struct NetBuf *buff, ReceiveF… in LiteNetDevReceive()
/drivers/peripheral/connected_nfc_tag/vendor_adapter/
Dconnected_nfc_tag_vendor_adapter.cpp221 uint8_t buff[MAX_NDEF_LEN]; in ReadNdefData() local
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c123 NetBuf *buff = NULL; in WiFiNetDviceTestRx() local
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c338 static int32_t NetIfRxImpl(const struct NetDevice *netDevice, NetBuf *buff, ReceiveFlag flag) in NetIfRxImpl()
391 int32_t NetIfRx(const struct NetDevice *netDevice, NetBuf *buff) in NetIfRx()
396 int32_t NetIfRxNi(const struct NetDevice *netDevice, NetBuf *buff) in NetIfRxNi()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_sdk_if_test.c577 char *buff = buffer; in UsbFnDviceTestGetProp() local
598 char *buff = buffer; in UsbFnDviceTestGetProp002() local
615 char *buff = buffer; in UsbFnDviceTestGetProp003() local
627 char *buff = buffer; in UsbFnDviceTestGetProp004() local
645 char *buff = buffer; in UsbFnDviceTestGetProp005() local
677 char *buff = buffer; in UsbFnDviceTestGetProp007() local
698 char *buff = buffer; in UsbFnDviceTestGetProp008() local
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
Dusb_net_adapter.c60 static int printf_char_buffer(char *buff, int size, bool isPrint) in printf_char_buffer()
869 uint32_t infoSize, unsigned char *buff, SkBuff *skb) in UsbnetAdapterSetSkb()
917 unsigned char *buff = NULL; in UsbnetAdapterRxComplete() local
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_config_controller.c275 uint8_t *buff, int16_t len) in SetSensorRegCfgArrayByBuff()
/drivers/hdf_core/framework/model/sensor/driver/common/include/
Dsensor_config_parser.h54 uint8_t *buff; member
/drivers/peripheral/usb/net/src/
Dusb_net_host.c38 static int printf_char_buffer(char *buff, int size, bool isPrint) in printf_char_buffer()
54 void UsbnetWriteLog(char *buff, int size, int tag) in UsbnetWriteLog()
/drivers/peripheral/power/interfaces/hdi_service/src/
Dhibernate.cpp183 char buff[SWAP_HEADER_BUF_LEN]; in MkSwap() local
/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnet_device_adapter.c387 NetBuf *buff, ReceiveFlag flag) in NetDevReceive()

12