Searched refs:ChppTransportState (Results 1 – 12 of 12) sorted by relevance
/system/chre/chpp/include/chpp/ |
D | transport.h | 421 struct ChppTransportState { struct 475 void chppTransportInit(struct ChppTransportState *transportContext, 485 void chppTransportDeinit(struct ChppTransportState *transportContext); 497 struct ChppTransportState *transportContext, uint64_t timeoutMs); 517 bool chppRxDataCb(struct ChppTransportState *context, const uint8_t *buf, 527 void chppRxPacketCompleteCb(struct ChppTransportState *context); 547 bool chppEnqueueTxDatagramOrFail(struct ChppTransportState *context, void *buf, 557 void chppEnqueueTxErrorDatagram(struct ChppTransportState *context, 580 struct ChppTransportState *context); 599 void chppWorkThreadStart(struct ChppTransportState *context); [all …]
|
D | app.h | 373 struct ChppTransportState *transportContext; // Pointing to transport context 439 struct ChppTransportState *transportContext); 453 struct ChppTransportState *transportContext,
|
/system/chre/chpp/ |
D | transport.c | 40 static void chppSetRxState(struct ChppTransportState *context, 42 static size_t chppConsumePreamble(struct ChppTransportState *context, 44 static size_t chppConsumeHeader(struct ChppTransportState *context, 46 static size_t chppConsumePayload(struct ChppTransportState *context, 48 static size_t chppConsumeFooter(struct ChppTransportState *context, 50 static void chppAbortRxPacket(struct ChppTransportState *context); 53 struct ChppTransportState *context); 57 struct ChppTransportState *context); 59 static void chppSetResetComplete(struct ChppTransportState *context); 60 static void chppProcessResetAck(struct ChppTransportState *context); [all …]
|
D | app.c | 633 struct ChppTransportState *transportContext) { in chppAppInit() 643 struct ChppTransportState *transportContext, in chppAppInitWithClientServiceSet()
|
D | README.md | 123 The CHPP Transport Layer state is stored in the ChppTransportState struct transportContext, and pas…
|
/system/chre/chpp/test/ |
D | app_test_base.h | 41 ChppTransportState mClientTransportContext = {}; 44 ChppTransportState mServiceTransportContext = {};
|
D | clients_test.h | 32 struct ChppTransportState *context);
|
D | app_test_base.cpp | 37 ChppTransportState *context = static_cast<ChppTransportState *>(arg); in workThread()
|
D | transport_test.h | 45 size_t chppDequeueTxDatagram(struct ChppTransportState *context);
|
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()
|
D | clients_test.cpp | 57 struct ChppTransportState mTransportContext;
|
/system/chre/chpp/platform/linux/include/chpp/platform/ |
D | platform_link.h | 37 struct ChppTransportState; 46 struct ChppTransportState *remoteTransportContext;
|