Searched refs:hostPacketV10 (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 986 struct HostMsgHdrChreV10 *hostPacketV10 = rx; in writeEvent() local 1014 rx_len == sizeof(struct HostMsgHdrChreV10) + hostPacketV10->len && in writeEvent() 1015 osTidById(&hostPacketV10->appId, &tid)) { in writeEvent() 1018 .size = hostPacketV10->len, in writeEvent() 1020 .appEvent = hostPacketV10->appEventId, in writeEvent() 1023 resp->accepted = forwardPacket(event, hostPacketV10 + 1, hostPacketV10->len, in writeEvent() 1027 .size = hostPacketV10->len, in writeEvent() 1028 .appEvent = hostPacketV10->appEventId, in writeEvent() 1031 resp->accepted = forwardPacket(event, hostPacketV10 + 1, hostPacketV10->len, in writeEvent() 1035 … resp->accepted = forwardPacket(EVT_APP_FROM_HOST, hostPacketV10 + 1, hostPacketV10->len, in writeEvent() [all …]
|