Home
last modified time | relevance | path

Searched defs:transportContext (Results 1 – 9 of 9) sorted by relevance

/system/chre/chpp/test/include/fake_link/chpp/platform/
Dplatform_link.h30 const struct ChppTransportState *transportContext; member
/system/chre/chpp/test/
Dapp_test_base.cpp37 ChppTransportState *transportContext = static_cast<ChppTransportState *>(arg); in workThread() local
Dtransport_test.cpp107 void WaitForTransport(struct ChppTransportState *transportContext) { in WaitForTransport()
158 void endAndValidatePacket(struct ChppTransportState *transportContext) { in endAndValidatePacket()
264 void openService(ChppTransportState *transportContext, uint8_t *buf, in openService()
317 void sendCommandToService(ChppTransportState *transportContext, uint8_t *buf, in sendCommandToService()
1086 void messageToInvalidHandle(ChppTransportState *transportContext, in messageToInvalidHandle()
Dfake_link_sync_test.cpp38 struct ChppTransportState *transportContext) { in init()
/system/chre/chpp/platform/linux/include/chpp/platform/
Dplatform_link.h77 struct ChppTransportState *transportContext; member
/system/chre/chpp/
Dtransport.c1220 static void chppReset(struct ChppTransportState *transportContext, in chppReset()
1346 void chppTransportInit(struct ChppTransportState *transportContext, in chppTransportInit()
1393 void chppTransportDeinit(struct ChppTransportState *transportContext) { in chppTransportDeinit()
1414 struct ChppTransportState *transportContext, uint64_t timeoutMs) { in chppTransportWaitForResetComplete()
Dapp.c621 struct ChppTransportState *transportContext) { in chppAppInit()
631 struct ChppTransportState *transportContext, in chppAppInitWithClientServiceSet()
/system/chre/chpp/platform/linux/
Dlink.c111 struct ChppTransportState *transportContext) { in init()
/system/chre/chpp/include/chpp/
Dapp.h370 struct ChppTransportState *transportContext; // Pointing to transport context member