Home
last modified time | relevance | path

Searched refs:chreGetHostEndpointInfo (Results 1 – 11 of 11) sorted by relevance

/system/chre/util/pigweed/
Drpc_helper.cc52 !chreGetHostEndpointInfo(msg->hostEndpoint, &info)) { in validateHostChannelId()
/system/chre/chre_api/legacy/v1_6/chre/
Devent.h894 bool chreGetHostEndpointInfo(uint16_t hostEndpointId,
/system/chre/chre_api/legacy/v1_7/chre/
Devent.h895 bool chreGetHostEndpointInfo(uint16_t hostEndpointId,
/system/chre/chre_api/legacy/v1_8/chre/
Devent.h940 bool chreGetHostEndpointInfo(uint16_t hostEndpointId,
/system/chre/chre_api/legacy/v1_9/chre/
Devent.h969 bool chreGetHostEndpointInfo(uint16_t hostEndpointId,
/system/chre/chre_api/include/chre_api/chre/
Devent.h1034 bool chreGetHostEndpointInfo(uint16_t hostEndpointId,
/system/chre/platform/shared/
Dchre_api_core.cc219 DLL_EXPORT bool chreGetHostEndpointInfo(uint16_t hostEndpointId, in chreGetHostEndpointInfo() function
Dnanoapp_loader.cc283 ADD_EXPORTED_C_SYMBOL(chreGetHostEndpointInfo),
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc621 bool chreGetHostEndpointInfo(uint16_t hostEndpointId, in chreGetHostEndpointInfo() function
623 auto *fptr = CHRE_NSL_LAZY_LOOKUP(chreGetHostEndpointInfo); in chreGetHostEndpointInfo()
/system/chre/apps/test/common/chre_api_test/src/
Dchre_api_test_service.cc293 chreGetHostEndpointInfo(request.hostEndpointId, &hostEndpointInfo); in validateInputAndCallChreGetHostEndpointInfo()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dapp_manager.cc463 } else if (!chreGetHostEndpointInfo(event->hostEndpoint, &host_info)) { in HandleHostExtConfigRequest()