Home
last modified time | relevance | path

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

/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h422 struct ChppTransportState { struct
480 void chppTransportInit(struct ChppTransportState *transportContext,
532 void chppRxPacketCompleteCb(struct ChppTransportState *context);
562 void chppEnqueueTxErrorDatagram(struct ChppTransportState *context,
585 struct ChppTransportState *context);
604 void chppWorkThreadStart(struct ChppTransportState *context);
641 struct ChppTransportState *context = in chppWorkThreadSignalFromLink()
642 container_of(params, struct ChppTransportState, linkParams); in chppWorkThreadSignalFromLink()
656 void chppWorkThreadStop(struct ChppTransportState *context);
686 void chppDatagramProcessDoneCb(struct ChppTransportState *context,
[all …]
H A Dapp.h373 struct ChppTransportState *transportContext; // Pointing to transport context
439 struct ChppTransportState *transportContext);
453 struct ChppTransportState *transportContext,
/aosp12/system/chre/chpp/
H A Dtransport.c53 struct ChppTransportState *context);
57 struct ChppTransportState *context);
66 const struct ChppTransportState *context);
73 struct ChppTransportState *context);
85 struct ChppTransportState *context);
93 struct ChppTransportState *context);
429 struct ChppTransportState *context) { in chppProcessTransportLoopbackRequest()
475 struct ChppTransportState *context) { in chppProcessTransportLoopbackResponse()
833 struct ChppTransportState *context) { in chppAddHeader()
1172 struct ChppTransportState *context) { in chppSendPendingPacket()
[all …]
H A Dapp.c633 struct ChppTransportState *transportContext) { in chppAppInit()
643 struct ChppTransportState *transportContext, in chppAppInitWithClientServiceSet()
H A DREADME.md123 The CHPP Transport Layer state is stored in the ChppTransportState struct transportContext, and pas…
/aosp12/system/chre/chpp/test/
H A Dapp_test_base.h41 ChppTransportState mClientTransportContext = {};
44 ChppTransportState mServiceTransportContext = {};
H A Dapp_test_base.cpp37 ChppTransportState *context = static_cast<ChppTransportState *>(arg); in workThread()
H A Dclients_test.h32 struct ChppTransportState *context);
H A Dtransport_test.h45 size_t chppDequeueTxDatagram(struct ChppTransportState *context);
H A Dtransport_test.cpp91 ChppTransportState mTransportContext = {};
103 void WaitForTransport(struct ChppTransportState *transportContext) { in WaitForTransport()
165 void endAndValidatePacket(struct ChppTransportState *transportContext) { in endAndValidatePacket()
271 void openService(ChppTransportState *transportContext, uint8_t *buf, in openService()
324 void sendCommandToService(ChppTransportState *transportContext, uint8_t *buf, in sendCommandToService()
1099 void messageToInvalidHandle(ChppTransportState *transportContext, in messageToInvalidHandle()
H A Dclients_test.cpp57 struct ChppTransportState mTransportContext;
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/
H A Dplatform_link.h37 struct ChppTransportState;
46 struct ChppTransportState *remoteTransportContext;