/system/chre/platform/linux/ |
D | pal_wifi.cc | 100 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen() argument 105 if (systemApi != nullptr && callbacks != nullptr) { in chrePalWifiApiOpen() 106 gSystemApi = systemApi; in chrePalWifiApiOpen()
|
D | pal_wwan.cc | 88 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen() argument 93 if (systemApi != nullptr && callbacks != nullptr) { in chrePalWwanApiOpen() 94 gSystemApi = systemApi; in chrePalWwanApiOpen()
|
D | pal_gnss.cc | 152 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen() argument 157 if (systemApi != nullptr && callbacks != nullptr) { in chrePalGnssApiOpen() 158 gSystemApi = systemApi; in chrePalGnssApiOpen()
|
/system/chre/chpp/platform/linux/services/ |
D | platform_wwan.c | 27 static bool wwanPalOpen(const struct chrePalSystemApi *systemApi, in wwanPalOpen() argument 29 gSystemApi = systemApi; in wwanPalOpen()
|
D | platform_wifi.c | 28 static bool wifiPalOpen(const struct chrePalSystemApi *systemApi, in wifiPalOpen() argument 30 gSystemApi = systemApi; in wifiPalOpen()
|
D | platform_gnss.c | 27 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen() argument 29 gSystemApi = systemApi; in gnssPalOpen()
|
/system/chre/pal/util/include/chre/pal/util/ |
D | wifi_scan_cache.h | 74 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi,
|
/system/chre/pal/include/chre/pal/ |
D | wwan.h | 92 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | audio.h | 92 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | wifi.h | 176 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | gnss.h | 175 bool (*open)(const struct chrePalSystemApi *systemApi,
|
D | sensor.h | 161 bool (*open)(const struct chrePalSystemApi *systemApi,
|
/system/chre/chpp/clients/ |
D | wwan.c | 120 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, 405 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen() argument 407 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppWwanClientOpen() 411 gSystemApi = systemApi; in chppWwanClientOpen()
|
D | gnss.c | 121 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, 602 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen() argument 604 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppGnssClientOpen() 608 gSystemApi = systemApi; in chppGnssClientOpen()
|
D | wifi.c | 130 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, 630 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, in chppWifiClientOpen() argument 632 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppWifiClientOpen() 636 gSystemApi = systemApi; in chppWifiClientOpen()
|
/system/chre/chpp/platform/ |
D | pal_api.c | 81 context->systemApi = &chrePalSystemApi; in chppPalSystemApiInit()
|
/system/chre/pal/util/ |
D | wifi_scan_cache.c | 171 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit() argument 173 if (systemApi == NULL || callbacks == NULL) { in chreWifiScanCacheInit() 177 gSystemApi = systemApi; in chreWifiScanCacheInit()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 375 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs member
|
/system/chre/chpp/services/ |
D | wwan.c | 216 wwanServiceContext->service.appContext->systemApi, in chppWwanServiceOpen()
|
D | gnss.c | 252 gnssServiceContext->service.appContext->systemApi, in chppGnssServiceOpen()
|
D | wifi.c | 246 wifiServiceContext->service.appContext->systemApi, in chppWifiServiceOpen()
|