Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DnanohubCommand.h25 struct NanohubCommand { struct
35 const struct NanohubCommand *nanohubFindCommand(uint32_t packetReason); argument
/device/google/contexthub/firmware/os/core/
DhostIntf.c122 const struct NanohubCommand *cmd;
142 static const struct NanohubCommand *mRxCmd;
237 static inline const struct NanohubCommand *hostIntfFindHandler(uint8_t *buf, size_t size, uint32_t … in hostIntfFindHandler()
243 const struct NanohubCommand *cmd; in hostIntfFindHandler()
DnanohubCommand.c1050 const static struct NanohubCommand mBuiltinCommands[] = {
1108 const struct NanohubCommand *nanohubFindCommand(uint32_t packetReason) in nanohubFindCommand()
1113 const struct NanohubCommand *cmd = &mBuiltinCommands[i]; in nanohubFindCommand()