Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp137 uint32_t txnId, TransactionResult result) override { in handleTxnResult() argument
139 PRId32, txnId, result); in handleTxnResult()
255 uint32_t txnId, TransactionResult result) override { in handleTxnResult() argument
257 PRIu32 ") with result %" PRId32, txnId, expectedTxnId, result); in handleTxnResult()
258 if (txnId == expectedTxnId) { in handleTxnResult()
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal35 * @params txnId : transaction id whose result is being sent
40 handleTxnResult(uint32_t txnId, TransactionResult result);