Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 11 of 11) sorted by relevance

/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc54 [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()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp56 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() local
118 char packet[kMaxPacketSize] = {}; in VsockToSocket() local
/device/google/contexthub/util/nanotool/
Dapptohostevent.cpp129 const HostHubRawPacket *packet = GetTypedData(); in IsValid() local
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c40 struct NanohubPacket *packet = gRxBuf; in hostIntfSpiRxCallback() local
DhostIntf.c192 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetPayload() local
198 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetPayloadLen() local
204 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfGetFooter() local
210 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfComputeCrc() local
239 struct NanohubPacket *packet = (struct NanohubPacket *)buf; in hostIntfFindHandler() local
DnanohubCommand.c735 struct HostIntfDataBuffer *packet = &mTxNext; in fillBuffer() local
939 uint8_t *packet = slabAllocatorAlloc(mEventSlab); in forwardPacket() local
/device/google/cuttlefish/host/frontend/gcastv2/https/
DWebSocketHandler.cpp33 uint8_t *packet = &data[offset]; in handleRequest() local
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1408 } packet = { in sendCalibrationOffsets() local
1437 } packet = { in sendCalibrationOffsets() local
1458 } packet = { in sendCalibrationOffsets() local
1769 } packet = { in setOperationParameter() local
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h56 static inline struct NanohubPacketFooter *nanohubGetPacketFooter(struct NanohubPacket *packet) in nanohubGetPacketFooter()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2571 struct FifoPacketData packet; local
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3743 uint8_t *packet; local