Home
last modified time | relevance | path

Searched defs:hostClientId (Results 1 – 10 of 10) sorted by relevance

/system/chre/platform/android/
Dhost_link.cc50 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/
Dnanoapp_load_manager.cc21 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()
Dhost_protocol_chre.cc53 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()
Dhost_protocol_common.cc51 uint16_t hostClientId) { in finalize()
/system/chre/platform/slpi/
Dhost_link.cc63 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 …]
Dplatform_debug_dump_manager.cc88 bool PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
/system/chre/platform/freertos/
Dplatform_debug_dump_manager.cc47 void PlatformDebugDumpManagerBase::onDebugDumpRequested(uint16_t hostClientId) { in onDebugDumpRequested()
/system/chre/platform/shared/include/chre/platform/shared/
Dnanoapp_load_manager.h34 uint16_t hostClientId; member
/system/chre/host/common/
Dhost_protocol_host.cc139 const void *message, size_t messageLen, uint16_t *hostClientId, in extractHostClientIdAndType()
159 uint16_t hostClientId) { in mutateHostClientId()
Ddaemon_base.cc167 uint16_t hostClientId; in onMessageReceived() local