Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DnanohubCommand.h42 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1225 const struct NanohubHalCommand *nanohubHalFindCommand(uint8_t msg) in nanohubHalFindCommand() function
DhostIntf.c1192 const struct NanohubHalCommand *halCmd = nanohubHalFindCommand(halMsg[1]); in onEvtAppFromHost()