Home
last modified time | relevance | path

Searched refs:FragmentedLoadTransaction (Results 1 – 7 of 7) sorted by relevance

/system/chre/host/common/
Dfragmented_load_transaction.cc49 FragmentedLoadTransaction::FragmentedLoadTransaction( in FragmentedLoadTransaction() function in android::chre::FragmentedLoadTransaction
74 const FragmentedLoadRequest& FragmentedLoadTransaction::getNextRequest() { in getNextRequest()
78 bool FragmentedLoadTransaction::isComplete() const { in isComplete()
/system/chre/host/common/audio_stress_test/
Daudio_stress_test.cc39 using android::chre::FragmentedLoadTransaction;
97 FragmentedLoadTransaction transaction = FragmentedLoadTransaction( in sendLoadNanoappRequest()
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h67 class FragmentedLoadTransaction {
77 FragmentedLoadTransaction(
/system/chre/host/hal_generic/
Dgeneric_context_hub.h40 using ::android::chre::FragmentedLoadTransaction;
143 std::optional<FragmentedLoadTransaction> mPendingLoadTransaction;
178 FragmentedLoadTransaction& transaction);
Dgeneric_context_hub.cc237 mPendingLoadTransaction = FragmentedLoadTransaction( in loadNanoApp()
256 FragmentedLoadTransaction& transaction) { in sendFragmentedLoadNanoAppRequest()
448 FragmentedLoadTransaction& transaction = in handleLoadNanoappResponse()
/system/chre/host/common/test/
Dchre_test_client.cc46 using android::chre::FragmentedLoadTransaction;
187 FragmentedLoadTransaction transaction = FragmentedLoadTransaction( in sendLoadNanoappRequest()
/system/chre/host/msm/daemon/
Dchre_daemon.cc92 using android::chre::FragmentedLoadTransaction;