Searched refs:transaction_id (Results 1 – 11 of 11) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/generated/ |
D | host_messages_generated.h | 928 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/ |
D | generic_context_hub_base.h | 461 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/ |
D | sdp_discovery.cc | 132 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()
|
D | sdpint.h | 151 uint16_t transaction_id; member
|
/system/chre/host/common/include/chre_host/generated/ |
D | host_messages_generated.h | 1293 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/ |
D | audio_stress_test.cc | 76 response.transaction_id, response.success); in handleLoadNanoappResponse()
|
/system/chre/host/common/ |
D | daemon_base.cc | 240 response->transaction_id) { in handleDaemonMessage() 243 response->transaction_id, in handleDaemonMessage()
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 83 hostClientId, request->transaction_id(), request->app_id(), in decodeMessageFromHost() 95 hostClientId, request->transaction_id(), request->app_id(), in decodeMessageFromHost()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 129 response.transaction_id, response.success); in handleLoadNanoappResponse() 135 response.transaction_id, response.success); in handleUnloadNanoappResponse()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 139 transaction_id:uint; 170 transaction_id:uint; 184 transaction_id:uint; 194 transaction_id:uint;
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 307 response.transaction_id, response.success); in handleLoadNanoappResponse() 315 response.transaction_id, response.success); in handleUnloadNanoappResponse()
|