Home
last modified time | relevance | path

Searched defs:appContext (Results 1 – 17 of 17) 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/SimpleperfExampleJava/app/src/androidTest/java/simpleperf/example/java/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); in useAppContext() local
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/androidTest/java/simpleperf/example/cpp/
DExampleInstrumentedTest.java23 Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); in useAppContext() local
/system/chre/chpp/test/
Dfake_link_client.cpp158 void chppRegisterTestClient(struct ChppAppState *appContext) { in chppRegisterTestClient()
173 void chppDeregisterTestClient(struct ChppAppState *appContext) { in chppDeregisterTestClient()
Dtransport_util.cpp294 bool findServiceHandle(ChppAppState *appContext, const char *name, in findServiceHandle()
/system/chre/chpp/services/
Dwwan.c411 void chppRegisterWwanService(struct ChppAppState *appContext) { in chppRegisterWwanService()
426 void chppDeregisterWwanService(struct ChppAppState *appContext) { in chppDeregisterWwanService()
Dgnss.c666 void chppRegisterGnssService(struct ChppAppState *appContext) { in chppRegisterGnssService()
681 void chppDeregisterGnssService(struct ChppAppState *appContext) { in chppDeregisterGnssService()
Dwifi.c1014 void chppRegisterWifiService(struct ChppAppState *appContext) { in chppRegisterWifiService()
1031 void chppDeregisterWifiService(struct ChppAppState *appContext) { in chppDeregisterWifiService()
/system/chre/chpp/
Dapp.c466 struct ChppAppState *appContext, uint8_t handle, in chppClientOrServiceStateOfHandle()
542 static void chppProcessNegotiatedHandleDatagram(struct ChppAppState *appContext, in chppProcessNegotiatedHandleDatagram()
615 void chppAppInit(struct ChppAppState *appContext, in chppAppInit()
625 struct ChppAppState *appContext, in chppAppInitWithClientServiceSet()
658 void chppAppDeinit(struct ChppAppState *appContext) { in chppAppDeinit()
Dservices.c90 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()
Dclients.c175 void chppRegisterClient(struct ChppAppState *appContext, void *clientContext, in chppRegisterClient()
Dtransport.c1326 struct ChppAppState *appContext = transportContext->appContext; in chppReset() local
1451 struct ChppAppState *appContext, void *linkContext, in chppTransportInit()
/system/chre/chpp/clients/
Dwwan.c531 void chppRegisterWwanClient(struct ChppAppState *appContext) { in chppRegisterWwanClient()
538 void chppDeregisterWwanClient(struct ChppAppState *appContext) { in chppDeregisterWwanClient()
Dgnss.c813 void chppRegisterGnssClient(struct ChppAppState *appContext) { in chppRegisterGnssClient()
820 void chppDeregisterGnssClient(struct ChppAppState *appContext) { in chppDeregisterGnssClient()
Dwifi.c1236 void chppRegisterWifiClient(struct ChppAppState *appContext) { in chppRegisterWifiClient()
1243 void chppDeregisterWifiClient(struct ChppAppState *appContext) { in chppDeregisterWifiClient()
/system/chre/chpp/include/chpp/
Dtransport.h395 struct ChppAppState *appContext; // Pointer to app layer context member
Dapp.h506 struct ChppAppState *appContext; // Pointer to app layer context member