Home
last modified time | relevance | path

Searched defs:systemApi (Results 1 – 14 of 14) 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.c30 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen()
/system/chre/platform/linux/
Dpal_wwan.cc90 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen()
Dpal_audio.cc55 bool chrePalAudioApiOpen(const struct chrePalSystemApi *systemApi, in chrePalAudioApiOpen()
Dpal_ble.cc136 bool chrePalBleApiOpen(const struct chrePalSystemApi *systemApi, in chrePalBleApiOpen()
Dpal_sensor.cc67 bool chrePalSensorApiOpen(const struct chrePalSystemApi *systemApi, in chrePalSensorApiOpen()
Dpal_gnss.cc215 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen()
Dpal_wifi.cc213 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen()
/system/chre/pal/util/
Dwifi_scan_cache.c171 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit()
/system/chre/chpp/clients/
Dwwan.c401 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen()
Dgnss.c590 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen()
Dwifi.c833 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, in chppWifiClientOpen()
/system/chre/chpp/include/chpp/
Dapp.h372 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs member