Home
last modified time | relevance | path

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

/aosp_15_r20/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.c30 static bool gnssPalOpen(const struct chrePalSystemApi *systemApi, in gnssPalOpen()
/aosp_15_r20/system/chre/platform/linux/
H A Dpal_wwan.cc91 bool chrePalWwanApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWwanApiOpen()
H A Dpal_audio.cc56 bool chrePalAudioApiOpen(const struct chrePalSystemApi *systemApi, in chrePalAudioApiOpen()
H A Dpal_sensor.cc69 bool chrePalSensorApiOpen(const struct chrePalSystemApi *systemApi, in chrePalSensorApiOpen()
H A Dpal_gnss.cc208 bool chrePalGnssApiOpen(const struct chrePalSystemApi *systemApi, in chrePalGnssApiOpen()
H A Dpal_ble.cc223 bool chrePalBleApiOpen(const struct chrePalSystemApi *systemApi, in chrePalBleApiOpen()
H A Dpal_wifi.cc231 bool chrePalWifiApiOpen(const struct chrePalSystemApi *systemApi, in chrePalWifiApiOpen()
/aosp_15_r20/system/chre/chpp/clients/
H A Dwwan.c398 static bool chppWwanClientOpen(const struct chrePalSystemApi *systemApi, in chppWwanClientOpen()
H A Dgnss.c588 static bool chppGnssClientOpen(const struct chrePalSystemApi *systemApi, in chppGnssClientOpen()
H A Dwifi.c848 static bool chppWifiClientOpen(const struct chrePalSystemApi *systemApi, in chppWifiClientOpen()
/aosp_15_r20/system/chre/pal/util/
H A Dwifi_scan_cache.c259 bool chreWifiScanCacheInit(const struct chrePalSystemApi *systemApi, in chreWifiScanCacheInit()
/aosp_15_r20/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java106 public boolean systemApi; field in VehiclePropertyIdsParser.PropertyConfig
/aosp_15_r20/system/chre/chpp/include/chpp/
H A Dapp.h521 const struct chrePalSystemApi *systemApi; // Pointing to the PAL system APIs member