Home
last modified time | relevance | path

Searched refs:chppAppInit (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/chre/chpp/include/chpp/
H A Dapp.h438 void chppAppInit(struct ChppAppState *appContext,
/aosp12/system/chre/chpp/
H A DQUICKSTART.md40 1. Call the layers’ initialization functions, chppTransportInit and chppAppInit (in any order)
H A Dapp.c632 void chppAppInit(struct ChppAppState *appContext, in chppAppInit() function
H A DREADME.md127 ## void chppAppInit(\*transportContext, \*appContext)
/aosp12/system/chre/chpp/test/
H A Dclients_test.cpp42 chppAppInit(&mAppContext, &mTransportContext); in SetUp()
H A Dtransport_test.cpp74 chppAppInit(&mAppContext, &mTransportContext); in SetUp()