Home
last modified time | relevance | path

Searched refs:ChppLinuxLinkState (Results 1 – 9 of 9) sorted by relevance

/system/chre/chpp/platform/linux/
Dlink.c47 struct ChppLinuxLinkState *context = in linkSendThread()
48 (struct ChppLinuxLinkState *)(linkContext); in linkSendThread()
112 struct ChppLinuxLinkState *context = in init()
113 (struct ChppLinuxLinkState *)(linkContext); in init()
128 struct ChppLinuxLinkState *context = in deinit()
129 (struct ChppLinuxLinkState *)(linkContext); in deinit()
144 struct ChppLinuxLinkState *context = in send()
145 (struct ChppLinuxLinkState *)(linkContext); in send()
171 struct ChppLinuxLinkState *context = in reset()
172 (struct ChppLinuxLinkState *)(linkContext); in reset()
[all …]
/system/chre/chpp/test/
Dapp_test_base.h42 ChppLinuxLinkState mClientLinkContext = {};
46 ChppLinuxLinkState mServiceLinkContext = {};
Dapp_test_base.cpp38 struct ChppLinuxLinkState *linkContext = in workThread()
39 (struct ChppLinuxLinkState *)(transportContext->linkContext); in workThread()
Dapp_notification_test.cpp49 static_cast<struct ChppLinuxLinkState *>(state->linkContext); in workThread()
277 ChppLinuxLinkState mClientLinkContext = {};
284 ChppLinuxLinkState mServiceLinkContext = {};
Dapp_discovery_test.cpp46 static_cast<struct ChppLinuxLinkState *>(state->linkContext); in workThread()
197 ChppLinuxLinkState mClientLinkContext = {};
204 ChppLinuxLinkState mServiceLinkContext = {};
Dapp_req_resp_test.cpp48 static_cast<struct ChppLinuxLinkState *>(state->linkContext); in workThread()
428 ChppLinuxLinkState mClientLinkState = {};
435 ChppLinuxLinkState mServiceLinkState = {};
Dapp_timeout_test.cpp305 ChppLinuxLinkState mClientLinkContext = {};
311 ChppLinuxLinkState mServiceLinkContext = {};
Dtransport_test.cpp65 struct ChppLinuxLinkState gChppLinuxLinkContext;
74 memset(&gChppLinuxLinkContext, 0, sizeof(struct ChppLinuxLinkState)); in SetUp()
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_link.h37 struct ChppLinuxLinkState { struct
44 struct ChppLinuxLinkState *remoteLinkState; argument