Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h287 int doHandleTx(const hub_message_t *txMsg);
305 return getSystem()->doHandleTx(txMsg); in handleTx()
Dsystem_comms.cpp642 int SystemComm::doHandleTx(const hub_message_t *appMsg) in doHandleTx() function in android::nanohub::SystemComm