Searched refs:txnId (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/contexthub/common/vts/ |
D | ContexthubCallbackBase.h | 38 virtual Return<void> handleTxnResult(uint32_t txnId, V1_0::TransactionResult result) override { in handleTxnResult() argument 39 ALOGD("Got transaction result callback for txnId %" PRIu32 " with result %" PRId32, txnId, in handleTxnResult()
|
/hardware/interfaces/contexthub/common/default/1.X/utils/ |
D | IContextHubCallbackWrapper.h | 60 virtual Return<void> handleTxnResult(uint32_t txnId, V1_0::TransactionResult result) = 0; 84 virtual Return<void> handleTxnResult(uint32_t txnId, V1_0::TransactionResult result) override { in handleTxnResult() argument 85 return mCallback->handleTxnResult(txnId, result); in handleTxnResult()
|
/hardware/interfaces/contexthub/1.2/vts/functional/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 185 virtual Return<void> handleTxnResult(uint32_t txnId, TransactionResult result) override { in handleTxnResult() argument 188 txnId, expectedTxnId, result); in handleTxnResult() 189 if (txnId == expectedTxnId) { in handleTxnResult()
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 133 virtual Return<void> handleTxnResult(uint32_t txnId, TransactionResult result) override { in handleTxnResult() argument 136 txnId, expectedTxnId, result); in handleTxnResult() 137 if (txnId == expectedTxnId) { in handleTxnResult()
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthubCallback.hal | 35 * @param txnId transaction id whose result is being sent 40 handleTxnResult(uint32_t txnId, TransactionResult result);
|