Searched defs:hostClientId (Results 1 – 10 of 10) sorted by relevance
/system/chre/platform/android/ |
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
|
/system/chre/platform/shared/ |
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()
|
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()
|
D | host_protocol_common.cc | 51 uint16_t hostClientId) { in finalize()
|
/system/chre/platform/slpi/ |
D | host_link.cc | 63 uint16_t hostClientId; member 71 uint16_t hostClientId; member 110 uint16_t hostClientId; member 118 uint16_t hostClientId; member 297 int generateHubInfoResponse(uint16_t hostClientId, unsigned char *buffer, in generateHubInfoResponse() 346 void sendDebugDumpData(uint16_t hostClientId, const char *debugStr, in sendDebugDumpData() 349 uint16_t hostClientId; in sendDebugDumpData() member 369 void sendDebugDumpResponse(uint16_t hostClientId, bool success, in sendDebugDumpResponse() 372 uint16_t hostClientId; in sendDebugDumpResponse() member 392 void sendSelfTestResponse(uint16_t hostClientId, bool success) { in sendSelfTestResponse() [all …]
|
D | platform_debug_dump_manager.cc | 88 bool PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
|
/system/chre/platform/freertos/ |
D | platform_debug_dump_manager.cc | 47 void PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | nanoapp_load_manager.h | 34 uint16_t hostClientId; member
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 139 const void *message, size_t messageLen, uint16_t *hostClientId, in extractHostClientIdAndType() 159 uint16_t hostClientId) { in mutateHostClientId()
|
D | daemon_base.cc | 167 uint16_t hostClientId; in onMessageReceived() local
|