Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h288 int doHandleRx(const nano_message *rxMsg);
307 static int handleRx(const nano_message *rxMsg) { in handleRx() argument
308 return getSystem()->doHandleRx(rxMsg); in handleRx()