/aosp_15_r20/system/chre/platform/slpi/ |
H A D | host_link.cc | 62 uint16_t hostClientId; member 103 uint16_t hostClientId; member 111 uint16_t hostClientId; member 271 int generateHubInfoResponse(uint16_t hostClientId, unsigned char *buffer, in generateHubInfoResponse() 320 void sendDebugDumpData(uint16_t hostClientId, const char *debugStr, in sendDebugDumpData() 323 uint16_t hostClientId; in sendDebugDumpData() member 343 void sendDebugDumpResponse(uint16_t hostClientId, bool success, in sendDebugDumpResponse() 346 uint16_t hostClientId; in sendDebugDumpResponse() member 366 void sendSelfTestResponse(uint16_t hostClientId, bool success) { in sendSelfTestResponse() 368 uint16_t hostClientId; in sendSelfTestResponse() member [all …]
|
/aosp_15_r20/system/chre/platform/android/ |
H A D | host_link.cc | 50 void sendFlatbufferToHost(T &message, uint16_t hostClientId) { in sendFlatbufferToHost() 86 void handleHubInfoRequest(uint16_t hostClientId) { in handleHubInfoRequest() 115 void handleNanoappListRequest(uint16_t hostClientId) { in handleNanoappListRequest() 150 void handleLoadNanoappRequest(uint16_t hostClientId, in handleLoadNanoappRequest() 162 uint16_t hostClientId, const fbs::UnloadNanoappRequestT &unloadRequest) { in handleUnloadNanoappRequest() 171 void handleDebugDumpRequest(uint16_t hostClientId) { in handleDebugDumpRequest() 180 uint16_t hostClientId = container.host_addr->client_id(); in handleMessageFromHost() local
|
/aosp_15_r20/system/chre/platform/tinysys/ |
H A D | host_link.cc | 75 uint16_t hostClientId; member 122 uint16_t hostClientId; member 167 uint16_t hostClientId; member 215 DRAM_REGION_FUNCTION int generateHubInfoResponse(uint16_t hostClientId) { in generateHubInfoResponse() 375 DRAM_REGION_FUNCTION void sendDebugDumpData(uint16_t hostClientId, in sendDebugDumpData() 379 uint16_t hostClientId; in sendDebugDumpData() member 399 DRAM_REGION_FUNCTION void sendDebugDumpResponse(uint16_t hostClientId, in sendDebugDumpResponse() 403 uint16_t hostClientId; in sendDebugDumpResponse() member 424 DRAM_REGION_FUNCTION void sendDebugDumpResultToHost(uint16_t hostClientId, in sendDebugDumpResultToHost() 763 uint16_t hostClientId) { in handleHubInfoRequest() [all …]
|
/aosp_15_r20/system/chre/platform/shared/ |
H A D | host_protocol_chre.cc | 57 uint16_t hostClientId = container->host_addr()->client_id(); in decodeMessageFromHost() local 259 uint64_t platformId, uint32_t version, uint16_t hostClientId, in encodeHubInfoResponse() 302 uint16_t hostClientId) { in finishNanoappListResponse() 316 uint16_t hostClientId, in encodeLoadNanoappResponse() 336 ChreFlatBufferBuilder &builder, uint16_t hostClientId, in encodeUnloadNanoappResponse() 365 uint16_t hostClientId, in encodeDebugDumpData() 376 uint16_t hostClientId, in encodeDebugDumpResponse() 404 uint16_t hostClientId, in encodeSelfTestResponse() 428 ChreFlatBufferBuilder &builder, uint16_t hostClientId, uint64_t socketId, in encodeBtSocketOpenResponse() 441 uint16_t hostClientId, in encodeBtSocketClose()
|
H A D | nanoapp_load_manager.cc | 21 bool NanoappLoadManager::prepareForLoad(uint16_t hostClientId, in prepareForLoad() 46 bool NanoappLoadManager::copyNanoappFragment(uint16_t hostClientId, in copyNanoappFragment() 64 bool NanoappLoadManager::validateFragment(uint16_t hostClientId, in validateFragment()
|
H A D | platform_debug_dump_manager.cc | 98 bool PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
|
H A D | host_link.cc | 60 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in loadNanoappData()
|
H A D | host_protocol_common.cc | 62 uint16_t hostClientId) { in finalize()
|
/aosp_15_r20/system/chre/platform/exynos/ |
H A D | host_link.cc | 40 uint16_t hostClientId; member 146 void HostMessageHandlers::handleNanoappListRequest(uint16_t hostClientId) { in handleNanoappListRequest() 152 void HostMessageHandlers::sendFragmentResponse(uint16_t hostClientId, in sendFragmentResponse() 170 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappRequest() 182 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleUnloadNanoappRequest()
|
/aosp_15_r20/system/chre/host/common/ |
H A D | host_protocol_host.cc | 146 const void *message, size_t messageLen, uint16_t *hostClientId, in extractHostClientIdAndType() 166 uint16_t hostClientId) { in mutateHostClientId()
|
H A D | fbs_daemon_base.cc | 108 uint16_t hostClientId; in onMessageReceived() local
|
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | nanoapp_load_manager.h | 34 uint16_t hostClientId; member
|
H A D | host_protocol_chre.h | 59 uint16_t hostClientId; member
|
/aosp_15_r20/system/chre/host/tinysys/hal/ |
H A D | tinysys_chre_connection.cc | 183 HalClientId hostClientId; in handleMessageFromChre() local
|