Home
last modified time | relevance | path

Searched refs:chppTransportInit (Results 1 – 7 of 7) sorted by relevance

/system/chre/chpp/test/
Dapp_test_base.cpp71 chppTransportInit(&mClientTransportContext, &mClientAppContext); in SetUp()
85 chppTransportInit(&mServiceTransportContext, &mServiceAppContext); in SetUp()
Dclients_test.cpp41 chppTransportInit(&mTransportContext, &mAppContext); in SetUp()
Dtransport_test.cpp73 chppTransportInit(&mTransportContext, &mAppContext); in SetUp()
/system/chre/chpp/include/chpp/
Dtransport.h475 void chppTransportInit(struct ChppTransportState *transportContext,
/system/chre/chpp/
DQUICKSTART.md40 1. Call the layers’ initialization functions, chppTransportInit and chppAppInit (in any order)
DREADME.md121 ## void chppTransportInit(\*transportContext, \*appContext)
125 After calling chppTransportInit, it is also necessary to separately initialize the platform-specifi…
159 …eeds to be started after the Transport Layer is initialized through chppTransportInit() and provid…
Dtransport.c1340 void chppTransportInit(struct ChppTransportState *transportContext, in chppTransportInit() function