Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/SimpleperfExampleKotlin/app/src/androidTest/java/simpleperf/example/kotlin/
DExampleInstrumentedTest.kt21 val appContext = InstrumentationRegistry.getInstrumentation().targetContext in useAppContext() constant
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/androidTest/java/simpleperf/example/cpp/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); in useAppContext() local
/system/extras/simpleperf/demo/SimpleperfExampleJava/app/src/androidTest/java/simpleperf/example/java/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); in useAppContext() local
/system/chre/chpp/
Dapp.c475 static void *chppClientServiceContextOfHandle(struct ChppAppState *appContext, in chppClientServiceContextOfHandle()
620 void chppAppInit(struct ChppAppState *appContext, in chppAppInit()
630 struct ChppAppState *appContext, in chppAppInitWithClientServiceSet()
655 void chppAppDeinit(struct ChppAppState *appContext) { in chppAppDeinit()
Dservices.c87 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()
Dtransport.c1227 struct ChppAppState *appContext = transportContext->appContext; in chppReset() local
1347 struct ChppAppState *appContext, void *linkContext, in chppTransportInit()
Dclients.c167 void chppRegisterClient(struct ChppAppState *appContext, void *clientContext, in chppRegisterClient()
/system/chre/chpp/services/
Dwwan.c409 void chppRegisterWwanService(struct ChppAppState *appContext) { in chppRegisterWwanService()
423 void chppDeregisterWwanService(struct ChppAppState *appContext) { in chppDeregisterWwanService()
Dgnss.c664 void chppRegisterGnssService(struct ChppAppState *appContext) { in chppRegisterGnssService()
678 void chppDeregisterGnssService(struct ChppAppState *appContext) { in chppDeregisterGnssService()
Dwifi.c1012 void chppRegisterWifiService(struct ChppAppState *appContext) { in chppRegisterWifiService()
1028 void chppDeregisterWifiService(struct ChppAppState *appContext) { in chppDeregisterWifiService()
/system/chre/chpp/include/chpp/
Dservices.h101 struct ChppAppState *appContext; // Pointer to app layer context member
Dclients.h71 struct ChppAppState *appContext; // Pointer to app layer context member
Dtransport.h397 struct ChppAppState *appContext; // Pointer to app layer context member
/system/chre/chpp/clients/
Dwwan.c531 void chppRegisterWwanClient(struct ChppAppState *appContext) { in chppRegisterWwanClient()
538 void chppDeregisterWwanClient(struct ChppAppState *appContext) { in chppDeregisterWwanClient()
Dgnss.c812 void chppRegisterGnssClient(struct ChppAppState *appContext) { in chppRegisterGnssClient()
819 void chppDeregisterGnssClient(struct ChppAppState *appContext) { in chppDeregisterGnssClient()
Dwifi.c1174 void chppRegisterWifiClient(struct ChppAppState *appContext) { in chppRegisterWifiClient()
1181 void chppDeregisterWifiClient(struct ChppAppState *appContext) { in chppDeregisterWifiClient()