Home
last modified time | relevance | path

Searched refs:rpcServices (Results 1 – 12 of 12) sorted by relevance

/system/chre/util/pigweed/
Drpc_client.cc53 if (info.rpcServices[i].id == id) { in hasService()
54 return info.rpcServices[i].version == version; in hasService()
/system/chre/test/simulation/
Drpc_test.cc259 EXPECT_EQ(pInfo->rpcServices[0].id, 1); in TEST_F()
260 EXPECT_EQ(pInfo->rpcServices[0].version, 2); in TEST_F()
261 EXPECT_EQ(pInfo->rpcServices[1].id, 2); in TEST_F()
262 EXPECT_EQ(pInfo->rpcServices[1].version, 3); in TEST_F()
/system/chre/chre_api/legacy/v1_8/chre/
Devent.h436 const struct chreNanoappRpcService *rpcServices; member
/system/chre/chre_api/legacy/v1_9/chre/
Devent.h463 const struct chreNanoappRpcService *rpcServices; member
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc399 std::vector<NanoappRpcService> rpcServices; in onNanoappListResponse() local
404 rpcServices.emplace_back(aidlService); in onNanoappListResponse()
406 appInfo.rpcServices = rpcServices; in onNanoappListResponse()
/system/chre/chre_api/include/chre_api/chre/
Devent.h483 const struct chreNanoappRpcService *rpcServices; member
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h192 const DynamicVector<struct chreNanoappRpcService> &rpcServices);
/system/chre/platform/shared/
Dhost_protocol_chre.cc237 const DynamicVector<struct chreNanoappRpcService> &rpcServices) { in addNanoappListEntry() argument
239 for (const auto &service : rpcServices) { in addNanoappListEntry()
/system/chre/host/hal_generic/common/
Dmulti_client_context_hub_base.cc750 std::vector<NanoappRpcService> rpcServices; in onNanoappListResponse() local
755 rpcServices.emplace_back(aidlService); in onNanoappListResponse()
757 appInfo.rpcServices = rpcServices; in onNanoappListResponse()
/system/chre/core/
Devent_loop.cc74 info->rpcServices = app->getRpcServices().data(); in populateNanoappInfo()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc222 info->rpcServices = nullptr; in populateChreNanoappInfoPre18()
/system/chre/host/common/
Dchre_aidl_hal_client.cc158 << "\n\trpcServices: " << ToString(app.rpcServices) << "\n}" in handleNanoappInfo()