Home
last modified time | relevance | path

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

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