Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h449 int doHandleTx(const hub_message_t *txMsg, uint32_t transactionId);
476 return getSystem()->doHandleTx(txMsg, transactionId); in handleTx()
Dsystem_comms.cpp1400 status = doHandleTx(&msg, 0xFFFFFFFF); in doHandleRx()
1476 int SystemComm::doHandleTx(const hub_message_t *appMsg, uint32_t transactionId) in doHandleTx() function in android::nanohub::SystemComm