Home
last modified time | relevance | path

Searched refs:hostPacket (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c885 uint8_t *hostPacket = data; in forwardPacket() local
899 memcpy(packet + hdr_size, hostPacket, data_size); in forwardPacket()
922 struct HostMsgHdr *hostPacket = rx; in writeEvent() local
924 rx_len == sizeof(struct HostMsgHdr) + hostPacket->len && in writeEvent()
925 osTidById(&hostPacket->appId, &tid)) { in writeEvent()
926 resp->accepted = forwardPacket(event, hostPacket + 1, hostPacket->len, in writeEvent()
927 &hostPacket->len, sizeof(hostPacket->len), tid); in writeEvent()
933 struct HostMsgHdrChre *hostPacket = rx; in writeEvent() local
935 rx_len == sizeof(struct HostMsgHdrChre) + hostPacket->len && in writeEvent()
936 osTidById(&hostPacket->appId, &tid)) { in writeEvent()
[all …]