Home
last modified time | relevance | path

Searched refs:handleTransactionResult (Results 1 – 5 of 5) sorted by relevance

/system/chre/host/common/include/chre_host/
Dhal_client.h178 ScopedAStatus handleTransactionResult(int32_t transactionId, in handleTransactionResult() function
180 return mCallback->handleTransactionResult(transactionId, success); in handleTransactionResult()
/system/chre/host/hal_generic/common/
Dmulti_client_context_hub_base.cc825 callback->handleTransactionResult(response.transaction_id, in onNanoappLoadResponse()
846 callback->handleTransactionResult(response.transaction_id, in onNanoappUnloadResponse()
/system/chre/host/test/hal_generic/common/
Dhal_client_manager_test.cc90 ScopedAStatus handleTransactionResult(int32_t /*transactionId*/, in handleTransactionResult() function in android::hardware::contexthub::common::implementation::__anon0aea69180111::ContextHubCallbackForTest
/system/chre/host/common/
Dchre_aidl_hal_client.cc189 ScopedAStatus handleTransactionResult(int32_t transactionId, in handleTransactionResult() function in __anoncdcc6f6a0111::ContextHubCallback
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc435 mCallback->handleTransactionResult(transactionId, success); in onTransactionResult()