Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c1192 const struct NanohubHalCommand *halCmd = nanohubHalFindCommand(halMsg[1]); in onEvtAppFromHost() local
1193 if (halCmd) in onEvtAppFromHost()
1194 halCmd->handler((void *)&halMsg[2], halMsg[0] - 1); in onEvtAppFromHost()