Home
last modified time | relevance | path

Searched refs:packet (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp68 const std::vector<uint8_t> &packet) { callbackObj->OnReceivedHciPacket(BtType::ACL_DATA, packet); }, in Init()
71 const std::vector<uint8_t> &packet) { callbackObj->OnReceivedHciPacket(BtType::SCO_DATA, packet); }, in Init()
74 const std::vector<uint8_t> &packet) { callbackObj->OnReceivedHciPacket(BtType::HCI_EVENT, packet); }, in Init()
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.h46 size_t SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet);
H A Dvendor_interface.cpp176 size_t VendorInterface::SendPacket(Hci::HciPacketType type, const std::vector<uint8_t> &packet) in SendPacket() argument
197 return hci_->SendPacket(type, packet); in SendPacket()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_endpoints.c141 return 0; // 0 packet size is invalid in AudioUsbEndpointSlaveNextPacketSize()
162 return 0; // 0 packet size is invalid in AudioUsbEndpointNextPacketSize()
342 struct AudioUsbPacketInfo *packet = NULL; in AudioUsbQueuePendingOutputUrbs() local
350 packet = endpoint->nextPacket + endpoint->nextPacketReadPos; in AudioUsbQueuePendingOutputUrbs()
366 for (index = 0; index < packet->packets; index++) { in AudioUsbQueuePendingOutputUrbs()
367 urbCtx->packetSize[index] = packet->packetSize[index]; in AudioUsbQueuePendingOutputUrbs()

Completed in 3 milliseconds