Searched defs:packet (Results 1 – 11 of 11) sorted by relevance
54 [cb](const hidl_vec<uint8_t>& packet) { cb->hciEventReceived(packet); }, in initialize()55 [cb](const hidl_vec<uint8_t>& packet) { cb->aclDataReceived(packet); }, in initialize()56 [cb](const hidl_vec<uint8_t>& packet) { cb->scoDataReceived(packet); }); in initialize()105 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand()110 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData()115 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData()
56 ssize_t SendAll(const char* packet, ssize_t length) { in SendAll()90 ssize_t Recv(char* packet, ssize_t length) { in Recv()105 char packet[kMaxPacketSize] = {}; in SocketToVsock() local118 char packet[kMaxPacketSize] = {}; in VsockToSocket() local
129 const HostHubRawPacket *packet = GetTypedData(); in IsValid() local
40 struct NanohubPacket *packet = gRxBuf; in hostIntfSpiRxCallback() local
192 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetPayload() local198 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetPayloadLen() local204 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetFooter() local210 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfComputeCrc() local239 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfFindHandler() local
735 struct HostIntfDataBuffer *packet = &mTxNext; in fillBuffer() local939 uint8_t *packet = slabAllocatorAlloc(mEventSlab); in forwardPacket() local
33 uint8_t *packet = &data[offset]; in handleRequest() local
1408 } packet = { in sendCalibrationOffsets() local1437 } packet = { in sendCalibrationOffsets() local1458 } packet = { in sendCalibrationOffsets() local1769 } packet = { in setOperationParameter() local
56 static inline struct NanohubPacketFooter *nanohubGetPacketFooter(struct NanohubPacket *packet) in nanohubGetPacketFooter()
2571 struct FifoPacketData packet; local
3743 uint8_t *packet; local