Searched refs:ChppTransportState (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/chre/chpp/include/chpp/ |
H A D | transport.h | 422 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 D | app.h | 373 struct ChppTransportState *transportContext; // Pointing to transport context 439 struct ChppTransportState *transportContext); 453 struct ChppTransportState *transportContext,
|
/aosp12/system/chre/chpp/ |
H A D | transport.c | 53 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 D | app.c | 633 struct ChppTransportState *transportContext) { in chppAppInit() 643 struct ChppTransportState *transportContext, in chppAppInitWithClientServiceSet()
|
H A D | README.md | 123 The CHPP Transport Layer state is stored in the ChppTransportState struct transportContext, and pas…
|
/aosp12/system/chre/chpp/test/ |
H A D | app_test_base.h | 41 ChppTransportState mClientTransportContext = {}; 44 ChppTransportState mServiceTransportContext = {};
|
H A D | app_test_base.cpp | 37 ChppTransportState *context = static_cast<ChppTransportState *>(arg); in workThread()
|
H A D | clients_test.h | 32 struct ChppTransportState *context);
|
H A D | transport_test.h | 45 size_t chppDequeueTxDatagram(struct ChppTransportState *context);
|
H A D | transport_test.cpp | 91 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 D | clients_test.cpp | 57 struct ChppTransportState mTransportContext;
|
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_link.h | 37 struct ChppTransportState; 46 struct ChppTransportState *remoteTransportContext;
|