Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DnanohubCommand.h37 struct NanohubHalCommand { struct
42 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg); argument
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1202 const static struct NanohubHalCommand mBuiltinHalCommands[] = {
1225 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg) in nanohubHalFindCommand()
1230 const struct NanohubHalCommand *cmd = &mBuiltinHalCommands[i]; in nanohubHalFindCommand()
DhostIntf.c1192 const struct NanohubHalCommand *halCmd = nanohubHalFindCommand(halMsg[1]); in onEvtAppFromHost()