Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h440 static SystemComm *getSystem() { in getSystem() function
476 return getSystem()->doHandleTx(txMsg, transactionId); in handleTx()
479 return getSystem()->doHandleRx(rxMsg); in handleRx()
482 return getSystem()->doHandleRx(rxMsg); in handleRx()
485 return getSystem()->doDumpAppInfo(result); in dumpAppInfo()
Dsystem_comms.cpp187 dumpBuffer("HAL -> SYS", getSystem()->mHostIfAppName, transactionId, 0, data, len); in sendToSystem()
189 return NanoHub::sendToDevice(&getSystem()->mHostIfAppName, data, len, transactionId); in sendToSystem()