Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DnanohubCommand.h44 struct NanohubHalCommand { struct
51 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg); argument
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1852 const static struct NanohubHalCommand mBuiltinHalCommands[] = {
1887 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg) in nanohubHalFindCommand()
1892 const struct NanohubHalCommand *cmd = &mBuiltinHalCommands[i]; in nanohubHalFindCommand()
DhostIntf.c1254 const struct NanohubHalCommand *halCmd; in onEvtAppFromHostChre()