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/
DnanohubCommand.c962 const static struct NanohubCommand mBuiltinCommands[] = {
1020 const struct NanohubCommand *nanohubFindCommand(uint32_t packetReason) in nanohubFindCommand()
1025 const struct NanohubCommand *cmd = &mBuiltinCommands[i]; in nanohubFindCommand()
DhostIntf.c121 const struct NanohubCommand *cmd;
141 static const struct NanohubCommand *mRxCmd;
236 static inline const struct NanohubCommand *hostIntfFindHandler(uint8_t *buf, size_t size, uint32_t … in hostIntfFindHandler()
242 const struct NanohubCommand *cmd; in hostIntfFindHandler()