Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c938 uint8_t *hostPacket = data; in forwardPacket() local
952 memcpy(packet + hdr_size, hostPacket, data_size); in forwardPacket()
975 struct HostMsgHdr *hostPacket = rx; in writeEvent() local
977 rx_len == sizeof(struct HostMsgHdr) + hostPacket->len && in writeEvent()
978 osTidById(&hostPacket->appId, &tid)) { in writeEvent()
979 resp->accepted = forwardPacket(event, hostPacket + 1, hostPacket->len, in writeEvent()
980 &hostPacket->len, sizeof(hostPacket->len), tid); in writeEvent()
987 struct HostMsgHdrChre *hostPacket = rx; in writeEvent() local
989 rx_len == sizeof(struct HostMsgHdrChre) + hostPacket->len && in writeEvent()
990 osTidById(&hostPacket->appId, &tid)) { in writeEvent()
[all …]