Home
last modified time | relevance | path

Searched refs:transaction_id (Results 1 – 11 of 11) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h928 uint32_t transaction_id() const {
992 void add_transaction_id(uint32_t transaction_id) {
993 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
1037 uint32_t transaction_id = 0,
1056 builder_.add_transaction_id(transaction_id);
1063 uint32_t transaction_id = 0,
1077 transaction_id,
1096 uint32_t transaction_id() const {
1122 void add_transaction_id(uint32_t transaction_id) {
1123 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
[all …]
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h461 response.transaction_id, response.fragment_id, response.success); in handleLoadNanoappResponse()
479 response.transaction_id, response.fragment_id); in handleLoadNanoappResponse()
501 response.transaction_id, result); in handleLoadNanoappResponse()
512 response.transaction_id, response.success); in handleUnloadNanoappResponse()
518 return mParent.mCallbacks->handleTxnResult(response.transaction_id, in handleUnloadNanoappResponse()
635 response.transaction_id) && in isExpectedLoadResponseLocked()
/system/bt/stack/sdp/
Dsdp_discovery.cc132 UINT16_TO_BE_STREAM(p, p_ccb->transaction_id); in sdp_snd_service_search_req()
133 p_ccb->transaction_id++; in sdp_snd_service_search_req()
462 UINT16_TO_BE_STREAM(p, p_ccb->transaction_id); in process_service_attr_rsp()
463 p_ccb->transaction_id++; in process_service_attr_rsp()
581 UINT16_TO_BE_STREAM(p, p_ccb->transaction_id); in process_service_search_attr_rsp()
582 p_ccb->transaction_id++; in process_service_search_attr_rsp()
Dsdpint.h151 uint16_t transaction_id; member
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h1293 uint32_t transaction_id;
1304 : transaction_id(0),
1368 uint32_t transaction_id() const {
1465 void add_transaction_id(uint32_t transaction_id) {
1466 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
1510 uint32_t transaction_id = 0,
1529 builder_.add_transaction_id(transaction_id);
1536 uint32_t transaction_id = 0,
1550 transaction_id,
1566 uint32_t transaction_id;
[all …]
/system/chre/host/common/audio_stress_test/
Daudio_stress_test.cc76 response.transaction_id, response.success); in handleLoadNanoappResponse()
/system/chre/host/common/
Ddaemon_base.cc240 response->transaction_id) { in handleDaemonMessage()
243 response->transaction_id, in handleDaemonMessage()
/system/chre/platform/shared/
Dhost_protocol_chre.cc83 hostClientId, request->transaction_id(), request->app_id(), in decodeMessageFromHost()
95 hostClientId, request->transaction_id(), request->app_id(), in decodeMessageFromHost()
/system/chre/host/common/test/
Dchre_test_client.cc129 response.transaction_id, response.success); in handleLoadNanoappResponse()
135 response.transaction_id, response.success); in handleUnloadNanoappResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs139 transaction_id:uint;
170 transaction_id:uint;
184 transaction_id:uint;
194 transaction_id:uint;
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc307 response.transaction_id, response.success); in handleLoadNanoappResponse()
315 response.transaction_id, response.success); in handleUnloadNanoappResponse()