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/SimpleperfExampleCpp/app/src/androidTest/java/simpleperf/example/cpp/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getInstrumentation().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.c490 static void *chppClientServiceContextOfHandle(struct ChppAppState *appContext, in chppClientServiceContextOfHandle()
633 void chppAppInit(struct ChppAppState *appContext, in chppAppInit()
643 struct ChppAppState *appContext, in chppAppInitWithClientServiceSet()
668 void chppAppDeinit(struct ChppAppState *appContext) { in chppAppDeinit()
Dservices.c87 uint8_t chppRegisterService(struct ChppAppState *appContext, in chppRegisterService()
Dtransport.c1214 struct ChppAppState *appContext = transportContext->appContext; in chppReset() local
1334 struct ChppAppState *appContext) { 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()
425 void chppDeregisterWwanService(struct ChppAppState *appContext) { in chppDeregisterWwanService()
Dgnss.c664 void chppRegisterGnssService(struct ChppAppState *appContext) { in chppRegisterGnssService()
680 void chppDeregisterGnssService(struct ChppAppState *appContext) { in chppDeregisterGnssService()
Dwifi.c1012 void chppRegisterWifiService(struct ChppAppState *appContext) { in chppRegisterWifiService()
1030 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.h423 struct ChppAppState *appContext; // Pointer to app layer context member
/system/chre/chpp/clients/
Dwwan.c530 void chppRegisterWwanClient(struct ChppAppState *appContext) { in chppRegisterWwanClient()
536 void chppDeregisterWwanClient(struct ChppAppState *appContext) { in chppDeregisterWwanClient()
Dgnss.c812 void chppRegisterGnssClient(struct ChppAppState *appContext) { in chppRegisterGnssClient()
818 void chppDeregisterGnssClient(struct ChppAppState *appContext) { in chppDeregisterGnssClient()
Dwifi.c1159 void chppRegisterWifiClient(struct ChppAppState *appContext) { in chppRegisterWifiClient()
1165 void chppDeregisterWifiClient(struct ChppAppState *appContext) { in chppDeregisterWifiClient()