Searched defs:appContext (Results 1 – 17 of 17) sorted by relevance
| /system/extras/simpleperf/demo/SimpleperfExampleKotlin/app/src/androidTest/java/simpleperf/example/kotlin/ |
| D | ExampleInstrumentedTest.kt | 21 val appContext = InstrumentationRegistry.getInstrumentation().targetContext in useAppContext() constant
|
| /system/extras/simpleperf/demo/SimpleperfExampleJava/app/src/androidTest/java/simpleperf/example/java/ |
| D | ExampleInstrumentedTest.java | 23 Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); in useAppContext() local
|
| /system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/androidTest/java/simpleperf/example/cpp/ |
| D | ExampleInstrumentedTest.java | 23 Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); in useAppContext() local
|
| /system/chre/chpp/test/ |
| D | fake_link_client.cpp | 158 void chppRegisterTestClient(struct ChppAppState *appContext) { in chppRegisterTestClient() 173 void chppDeregisterTestClient(struct ChppAppState *appContext) { in chppDeregisterTestClient()
|
| D | transport_util.cpp | 294 bool findServiceHandle(ChppAppState *appContext, const char *name, in findServiceHandle()
|
| /system/chre/chpp/services/ |
| D | wwan.c | 411 void chppRegisterWwanService(struct ChppAppState *appContext) { in chppRegisterWwanService() 426 void chppDeregisterWwanService(struct ChppAppState *appContext) { in chppDeregisterWwanService()
|
| D | gnss.c | 666 void chppRegisterGnssService(struct ChppAppState *appContext) { in chppRegisterGnssService() 681 void chppDeregisterGnssService(struct ChppAppState *appContext) { in chppDeregisterGnssService()
|
| D | wifi.c | 1014 void chppRegisterWifiService(struct ChppAppState *appContext) { in chppRegisterWifiService() 1031 void chppDeregisterWifiService(struct ChppAppState *appContext) { in chppDeregisterWifiService()
|
| /system/chre/chpp/ |
| D | app.c | 466 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()
|
| D | services.c | 90 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()
|
| D | clients.c | 175 void chppRegisterClient(struct ChppAppState *appContext, void *clientContext, in chppRegisterClient()
|
| D | transport.c | 1326 struct ChppAppState *appContext = transportContext->appContext; in chppReset() local 1451 struct ChppAppState *appContext, void *linkContext, in chppTransportInit()
|
| /system/chre/chpp/clients/ |
| D | wwan.c | 531 void chppRegisterWwanClient(struct ChppAppState *appContext) { in chppRegisterWwanClient() 538 void chppDeregisterWwanClient(struct ChppAppState *appContext) { in chppDeregisterWwanClient()
|
| D | gnss.c | 813 void chppRegisterGnssClient(struct ChppAppState *appContext) { in chppRegisterGnssClient() 820 void chppDeregisterGnssClient(struct ChppAppState *appContext) { in chppDeregisterGnssClient()
|
| D | wifi.c | 1236 void chppRegisterWifiClient(struct ChppAppState *appContext) { in chppRegisterWifiClient() 1243 void chppDeregisterWifiClient(struct ChppAppState *appContext) { in chppDeregisterWifiClient()
|
| /system/chre/chpp/include/chpp/ |
| D | transport.h | 395 struct ChppAppState *appContext; // Pointer to app layer context member
|
| D | app.h | 506 struct ChppAppState *appContext; // Pointer to app layer context member
|