Home
last modified time | relevance | path

Searched refs:handleTxnResult (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp152 virtual Return<void> handleTxnResult( in handleTxnResult() function in __anon284eeb7b0111::ContexthubCallbackBase
270 virtual Return<void> handleTxnResult( in handleTxnResult() function in __anon284eeb7b0111::TxnResultCallback
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal68 * to the service by an asynchronous call to handleTxnResult.
99 * asynchronous call to handleTxnResult.
DIContexthubCallback.hal40 handleTxnResult(uint32_t txnId, TransactionResult result);
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp286 cb->handleTxnResult(mTransactionId, result); in handleOsMessage()