Home
last modified time | relevance | path

Searched defs:appContext (Results 1 – 16 of 16) sorted by relevance

/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/androidTest/java/com/example/simpleperf/simpleperfexampleofkotlin/
DExampleInstrumentedTest.kt21 val appContext = InstrumentationRegistry.getTargetContext() in useAppContext() constant
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplewithnative/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getTargetContext(); in useAppContext() local
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplepurejava/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getTargetContext(); in useAppContext() local
/system/chre/chpp/
Dapp.c489 static void *chppClientServiceContextOfHandle(struct ChppAppState *appContext, in chppClientServiceContextOfHandle()
632 void chppAppInit(struct ChppAppState *appContext, in chppAppInit()
642 struct ChppAppState *appContext, in chppAppInitWithClientServiceSet()
667 void chppAppDeinit(struct ChppAppState *appContext) { in chppAppDeinit()
Dservices.c87 uint8_t chppRegisterService(struct ChppAppState *appContext, in chppRegisterService()
Dtransport.c1221 struct ChppAppState *appContext = transportContext->appContext; in chppReset() local
1341 struct ChppAppState *appContext) { in chppTransportInit()
Dclients.c167 void chppRegisterClient(struct ChppAppState *appContext, void *clientContext, in chppRegisterClient()
/system/chre/chpp/services/
Dwwan.c411 void chppRegisterWwanService(struct ChppAppState *appContext) { in chppRegisterWwanService()
428 void chppDeregisterWwanService(struct ChppAppState *appContext) { in chppDeregisterWwanService()
Dgnss.c666 void chppRegisterGnssService(struct ChppAppState *appContext) { in chppRegisterGnssService()
683 void chppDeregisterGnssService(struct ChppAppState *appContext) { in chppDeregisterGnssService()
Dwifi.c667 void chppRegisterWifiService(struct ChppAppState *appContext) { in chppRegisterWifiService()
686 void chppDeregisterWifiService(struct ChppAppState *appContext) { in chppDeregisterWifiService()
/system/chre/chpp/include/chpp/
Dservices.h102 struct ChppAppState *appContext; // Pointer to app layer context member
Dclients.h71 struct ChppAppState *appContext; // Pointer to app layer context member
Dtransport.h422 struct ChppAppState *appContext; // Pointer to app layer context member
/system/chre/chpp/clients/
Dwwan.c533 void chppRegisterWwanClient(struct ChppAppState *appContext) { in chppRegisterWwanClient()
539 void chppDeregisterWwanClient(struct ChppAppState *appContext) { in chppDeregisterWwanClient()
Dgnss.c822 void chppRegisterGnssClient(struct ChppAppState *appContext) { in chppRegisterGnssClient()
828 void chppDeregisterGnssClient(struct ChppAppState *appContext) { in chppDeregisterGnssClient()
Dwifi.c849 void chppRegisterWifiClient(struct ChppAppState *appContext) { in chppRegisterWifiClient()
855 void chppDeregisterWifiClient(struct ChppAppState *appContext) { in chppDeregisterWifiClient()