Home
last modified time | relevance | path

Searched defs:transaction (Results 1 – 19 of 19) 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/java/test/utils/src/com/google/android/utils/chre/
DContextHubServiceTestHelper.java130 ContextHubTransaction<Void> transaction = loadNanoApp(nanoAppBinary); in loadNanoAppAssertSuccess() local
141 ContextHubTransaction<Void> transaction = unloadNanoApp(nanoAppId); in unloadNanoAppAssertSuccess() local
147 ContextHubTransaction<List<NanoAppState>> transaction = mContextHubManager.queryNanoApps( in queryNanoApps() local
223 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()
/system/tools/aidl/analyzer/
DanalyzerMain.cpp99 void printTransaction(const RecordedTransaction& transaction) { in printTransaction()
127 while (auto transaction = RecordedTransaction::fromFile(fd)) { in inspectRecording() local
158 auto transaction = RecordedTransaction::fromFile(listenFd); in listenToFile() local
181 while (auto transaction = RecordedTransaction::fromFile(fd)) { in replayFile() local
/system/chre/host/hal_generic/common/
Dhal_client_manager.h294 std::unique_ptr<chre::FragmentedLoadTransaction> transaction; member
326 const std::optional<PendingTransaction> &transaction) { in isPendingTransactionMatchedLocked()
Dhal_chre_socket_connection.cc115 FragmentedLoadTransaction &transaction) { in loadNanoapp()
277 FragmentedLoadTransaction &transaction = in handleLoadNanoappResponse() local
338 FragmentedLoadTransaction &transaction) { in sendFragmentedLoadNanoAppRequest()
Dhal_client_manager.cc190 std::unique_ptr<chre::FragmentedLoadTransaction> transaction) { in registerPendingLoadTransaction()
Dmulti_client_context_hub_base.cc134 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/chpp/include/chpp/
Dclients.h76 uint8_t transaction; // Next Transaction ID to be used member
Dapp.h180 uint8_t transaction; member
350 uint8_t transaction; // Transaction ID for the last request/response member
/system/chre/host/common/
Dfbs_daemon_base.cc58 Transaction transaction = { in sendNanoappLoad() local
Dpreloaded_nanoapp_loader.cc116 FragmentedLoadTransaction transaction(transactionId, appId, appVersion, in sendFragmentedLoadAndWaitForEachResponse() local
/system/chre/host/exynos/
Dexynos_daemon.cc225 FragmentedLoadTransaction transaction(transactionId, appId, appVersion, in sendFragmentedNanoappLoad() local
/system/chre/host/common/test/
Dchre_test_client.cc192 FragmentedLoadTransaction transaction = FragmentedLoadTransaction( in sendNanoappLoad() local
/system/chre/chpp/services/
Dwifi.c805 uint8_t transaction = in chppWifiServiceRangingEventCallback() local
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc615 FragmentedLoadTransaction transaction( in loadNanoappInternal() local
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc367 FragmentedLoadTransaction transaction = FragmentedLoadTransaction( in sendNanoappLoad() local