Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DnanohubCommand.h35 struct NanohubHalCommand { struct
40 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg); argument
/device/google/contexthub/firmware/src/
DnanohubCommand.c1169 const static struct NanohubHalCommand mBuiltinHalCommands[] = {
1192 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg) in nanohubHalFindCommand()
1197 const struct NanohubHalCommand *cmd = &mBuiltinHalCommands[i]; in nanohubHalFindCommand()
DhostIntf.c1053 const struct NanohubHalCommand *halCmd; in hostIntfHandleEvent()