Searched refs:halMsg (Results 1 – 1 of 1) sorted by relevance
1054 const uint8_t *halMsg; in hostIntfHandleEvent() local1091 halMsg = evtData; in hostIntfHandleEvent()1092 if ((halCmd = nanohubHalFindCommand(halMsg[1]))) in hostIntfHandleEvent()1093 halCmd->handler((void *)&halMsg[2], halMsg[0] - 1); in hostIntfHandleEvent()