Searched defs:hostClientId (Results 1 – 10 of 10) sorted by relevance
/aosp12/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
|
/aosp12/system/chre/platform/shared/ |
H A D | nanoapp_load_manager.cc | 21 bool NanoappLoadManager::prepareForLoad(uint16_t hostClientId, in prepareForLoad() 52 bool NanoappLoadManager::copyNanoappFragment(uint16_t hostClientId, in copyNanoappFragment() 70 bool NanoappLoadManager::validateFragment(uint16_t hostClientId, in validateFragment()
|
H A D | host_protocol_chre.cc | 53 uint16_t hostClientId = container->host_addr()->client_id(); in decodeMessageFromHost() local 140 uint64_t platformId, uint32_t version, uint16_t hostClientId) { in encodeHubInfoResponse() 168 uint16_t hostClientId) { in finishNanoappListResponse() 177 uint16_t hostClientId, in encodeLoadNanoappResponse() 188 ChreFlatBufferBuilder &builder, uint16_t hostClientId, in encodeUnloadNanoappResponse() 217 uint16_t hostClientId, in encodeDebugDumpData() 228 uint16_t hostClientId, in encodeDebugDumpResponse() 256 uint16_t hostClientId, in encodeSelfTestResponse()
|
H A D | host_protocol_common.cc | 51 uint16_t hostClientId) { in finalize()
|
/aosp12/system/chre/platform/slpi/ |
H A D | host_link.cc | 63 uint16_t hostClientId; member 71 uint16_t hostClientId; member 110 uint16_t hostClientId; member 118 uint16_t hostClientId; member 349 uint16_t hostClientId; in sendDebugDumpData() member 369 void sendDebugDumpResponse(uint16_t hostClientId, bool success, in sendDebugDumpResponse() 372 uint16_t hostClientId; in sendDebugDumpResponse() member 394 uint16_t hostClientId; in sendSelfTestResponse() member 415 uint16_t hostClientId; in sendFragmentResponse() member 491 UniquePtr<Nanoapp> handleLoadNanoappFile(uint16_t hostClientId, in handleLoadNanoappFile() [all …]
|
H A D | platform_debug_dump_manager.cc | 88 bool PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
|
/aosp12/system/chre/platform/freertos/ |
H A D | platform_debug_dump_manager.cc | 47 void PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | nanoapp_load_manager.h | 34 uint16_t hostClientId; member
|
/aosp12/system/chre/host/common/ |
H A D | host_protocol_host.cc | 139 const void *message, size_t messageLen, uint16_t *hostClientId, in extractHostClientIdAndType() 159 uint16_t hostClientId) { in mutateHostClientId()
|
H A D | daemon_base.cc | 167 uint16_t hostClientId; in onMessageReceived() local
|