Home
last modified time | relevance | path

Searched defs:transaction (Results 1 – 20 of 20) sorted by relevance

/system/libhidl/transport/token/1.0/utils/
DHybridInterface.cpp52 auto transaction = gTokenManager->linkToDeath( in isBadTokenManager() local
63 bool isBadTransaction(hardware::Return<ReturnType>& transaction) { in isBadTransaction()
77 hardware::Return<sp<HInterface> > transaction(nullptr); in retrieveHalInterface() local
92 hardware::Return<void> transaction; in createHalToken() local
106 hardware::Return<bool> transaction(false); in deleteHalToken() local
/system/chre/util/include/chre/util/
Dtransaction_manager_impl.h42 Transaction &transaction = mTransactions[i]; in completeTransaction() local
145 doCompleteTransactionLocked(Transaction &transaction) { in doCompleteTransactionLocked()
162 doStartTransactionLocked(Transaction &transaction, size_t i, in doStartTransactionLocked()
236 Transaction &transaction = mTransactions[i]; in processTransactions() local
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DContextHubServiceTestHelper.java138 ContextHubTransaction<Void> transaction = loadNanoApp(nanoAppBinary); in loadNanoAppAssertSuccess() local
149 ContextHubTransaction<Void> transaction = unloadNanoApp(nanoAppId); in unloadNanoAppAssertSuccess() local
155 ContextHubTransaction<List<NanoAppState>> transaction = mContextHubManager.queryNanoApps( in queryNanoApps() local
231 public void assertTransactionSuccessSync(ContextHubTransaction<?> transaction, long timeout, in assertTransactionSuccessSync()
DChreTestUtil.java219 ContextHubTransaction<List<NanoAppState>> transaction = in queryNanoAppsAssertSuccess() local
287 ContextHubTransaction<?> transaction, long timeoutInSeconds) throws AssertionError { in assertTransactionSuccessSync()
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubLoadAndUnloadNanoAppsTestExecutor.java51 ContextHubTransaction<Void> transaction, in onComplete()
139 ContextHubTransaction<Void> transaction; in loadUnloadAsyncTest() local
206 private void waitForCompleteAsync(ContextHubTransaction<Void> transaction) in waitForCompleteAsync()
DContextHubReliableMessageTestExecutor.java228 ContextHubTransaction<Void> transaction = client.sendReliableMessageToNanoApp(echoMsg); in messageToNanoappTest() local
/system/tools/aidl/analyzer/
DanalyzerMain.cpp121 void printTransaction(const RecordedTransaction& transaction) { in printTransaction()
149 while (auto transaction = RecordedTransaction::fromFile(fd)) { in inspectRecording() local
180 auto transaction = RecordedTransaction::fromFile(listenFd); in listenToFile() local
203 while (auto transaction = RecordedTransaction::fromFile(fd)) { in replayFile() local
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc133 FragmentedLoadTransaction &transaction) { in loadNanoapp()
307 FragmentedLoadTransaction &transaction = in handleLoadNanoappResponse() local
381 FragmentedLoadTransaction &transaction) { in sendFragmentedLoadNanoAppRequest()
Dhal_client_manager.h379 std::unique_ptr<chre::FragmentedLoadTransaction> transaction; member
427 const std::optional<PendingTransaction> &transaction) { in isPendingTransactionMatched()
Dhal_client_manager.cc240 pid_t pid, std::unique_ptr<chre::FragmentedLoadTransaction> transaction) { in registerPendingLoadTransaction()
Dmulti_client_context_hub_base.cc209 auto transaction = std::make_unique<FragmentedLoadTransaction>( in loadNanoapp() local
/system/chre/host/common/audio_stress_test/
Daudio_stress_test.cc101 FragmentedLoadTransaction transaction = in sendLoadNanoappRequest() local
/system/chre/host/common/
Dfbs_daemon_base.cc66 Transaction transaction = { in sendNanoappLoad() local
Dpreloaded_nanoapp_loader.cc158 FragmentedLoadTransaction transaction(transactionId, appId, appVersion, in sendFragmentedLoadAndWaitForEachResponse() local
/system/chre/chpp/include/chpp/
Dapp.h241 uint8_t transaction; member
443 uint8_t transaction; // Transaction ID for the last request/response member
467 uint8_t transaction; member
507 uint8_t transaction; //!< Next Transaction ID to be used. member
/system/chre/host/exynos/
Dexynos_daemon.cc225 FragmentedLoadTransaction transaction(transactionId, appId, appVersion, in sendFragmentedNanoappLoad() local
/system/chre/host/common/test/
Dchre_test_client.cc226 FragmentedLoadTransaction transaction = FragmentedLoadTransaction( in sendNanoappLoad() local
/system/chre/chpp/services/
Dwifi.c804 uint8_t transaction = in chppWifiServiceRangingEventCallback() local
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc629 FragmentedLoadTransaction transaction( in loadNanoappInternal() local
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc370 FragmentedLoadTransaction transaction = FragmentedLoadTransaction( in sendNanoappLoad() local