Home
last modified time | relevance | path

Searched refs:ChppLinkApi (Results 1 – 10 of 10) sorted by relevance

/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_link.h89 const struct ChppLinkApi *getLinuxLinkApi(void);
/system/chre/chpp/include/chpp/
Dlink.h78 struct ChppLinkApi { struct
Dtransport.h411 const struct ChppLinkApi *linkApi; // Link API
455 const struct ChppLinkApi *linkApi);
/system/chre/chpp/platform/linux/
Dlink.c192 const struct ChppLinkApi gLinuxLinkApi = {
202 const struct ChppLinkApi *getLinuxLinkApi(void) { in getLinuxLinkApi()
/system/chre/chpp/test/
Dapp_test_base.cpp73 const struct ChppLinkApi *linkApi = getLinuxLinkApi(); in SetUp()
Dfake_link_sync_test.cpp75 const struct ChppLinkApi gLinkApi = {
Dtransport_test.cpp78 const struct ChppLinkApi *linkApi = getLinuxLinkApi(); in SetUp()
/system/chre/chpp/
DQUICKSTART.md22 You need to create a `ChppLinkApi` API struct and a `ChppLinkConfiguration` configuration struct fo…
DRELEASE_NOTES.md203 - A `ChppLinkApi` API struct composed of pointers to the entry points:
227 You need to create an instance of `ChppLinkApi` with pointers to the link functions.
242 - You need to pass the link state and the link `ChppLinkApi` struct when initializing the transport…
Dtransport.c1348 const struct ChppLinkApi *linkApi) { in chppTransportInit()