Home
last modified time | relevance | path

Searched defs:systemApi (Results 1 – 11 of 11) sorted by relevance

/system/chre/chpp/platform/linux/services/
Dplatform_wwan.c27 static bool wwanPalOpen(const struct chrePalSystemApi *systemApi, in wwanPalOpen()
Dplatform_wifi.c28 static bool wifiPalOpen(const struct chrePalSystemApi *systemApi, in wifiPalOpen()
Dplatform_gnss.c27 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen()
/system/chre/platform/linux/
Dpal_wwan.cc88 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen()
Dpal_wifi.cc100 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen()
Dpal_gnss.cc152 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen()
/system/chre/pal/util/
Dwifi_scan_cache.c171 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit()
/system/chre/chpp/clients/
Dwwan.c405 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen()
Dgnss.c602 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen()
Dwifi.c630 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, in chppWifiClientOpen()
/system/chre/chpp/include/chpp/
Dapp.h375 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs member